Uses of Class
com.amazonaws.services.iot.model.DetachPrincipalPolicyRequest
Packages that use DetachPrincipalPolicyRequest
-
Uses of DetachPrincipalPolicyRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type DetachPrincipalPolicyRequestModifier and TypeMethodDescriptionAbstractAWSIot.detachPrincipalPolicy
(DetachPrincipalPolicyRequest request) AWSIot.detachPrincipalPolicy
(DetachPrincipalPolicyRequest detachPrincipalPolicyRequest) Removes the specified policy from the specified certificate.AWSIotClient.detachPrincipalPolicy
(DetachPrincipalPolicyRequest detachPrincipalPolicyRequest) Removes the specified policy from the specified certificate.AbstractAWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request) AbstractAWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) AWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest detachPrincipalPolicyRequest) Removes the specified policy from the specified certificate.AWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest detachPrincipalPolicyRequest, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) Removes the specified policy from the specified certificate.AWSIotAsyncClient.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request) AWSIotAsyncClient.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type DetachPrincipalPolicyRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) AWSIotAsync.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest detachPrincipalPolicyRequest, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) Removes the specified policy from the specified certificate.AWSIotAsyncClient.detachPrincipalPolicyAsync
(DetachPrincipalPolicyRequest request, AsyncHandler<DetachPrincipalPolicyRequest, DetachPrincipalPolicyResult> asyncHandler) -
Uses of DetachPrincipalPolicyRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DetachPrincipalPolicyRequestModifier and TypeMethodDescriptionDetachPrincipalPolicyRequest.clone()
DetachPrincipalPolicyRequest.withPolicyName
(String policyName) The name of the policy to detach.DetachPrincipalPolicyRequest.withPrincipal
(String principal) The principal.