Uses of Class
com.amazonaws.services.logs.model.PutDestinationPolicyRequest
Packages that use PutDestinationPolicyRequest
-
Uses of PutDestinationPolicyRequest in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs with parameters of type PutDestinationPolicyRequestModifier and TypeMethodDescriptionAbstractAWSLogs.putDestinationPolicy(PutDestinationPolicyRequest request) AWSLogs.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest) Creates or updates an access policy associated with an existingDestination.AWSLogsClient.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest) Creates or updates an access policy associated with an existingDestination.AbstractAWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest request) AbstractAWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest request, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest) Creates or updates an access policy associated with an existingDestination.AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) Creates or updates an access policy associated with an existingDestination.AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest request) AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest request, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.logs with type arguments of type PutDestinationPolicyRequestModifier and TypeMethodDescriptionAbstractAWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest request, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) Creates or updates an access policy associated with an existingDestination.AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest request, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult> asyncHandler) -
Uses of PutDestinationPolicyRequest in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return PutDestinationPolicyRequestModifier and TypeMethodDescriptionPutDestinationPolicyRequest.clone()PutDestinationPolicyRequest.withAccessPolicy(String accessPolicy) An IAM policy document that authorizes cross-account users to deliver their log events to associated destination.PutDestinationPolicyRequest.withDestinationName(String destinationName) A name for an existing destination.