Uses of Class
com.amazonaws.services.iot.model.AttachPrincipalPolicyRequest
Packages that use AttachPrincipalPolicyRequest
-
Uses of AttachPrincipalPolicyRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type AttachPrincipalPolicyRequestModifier and TypeMethodDescriptionAbstractAWSIot.attachPrincipalPolicy
(AttachPrincipalPolicyRequest request) AWSIot.attachPrincipalPolicy
(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest) Attaches the specified policy to the specified principal (certificate or other credential).AWSIotClient.attachPrincipalPolicy
(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest) Attaches the specified policy to the specified principal (certificate or other credential).AbstractAWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request) AbstractAWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) AWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest) Attaches the specified policy to the specified principal (certificate or other credential).AWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) Attaches the specified policy to the specified principal (certificate or other credential).AWSIotAsyncClient.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request) AWSIotAsyncClient.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type AttachPrincipalPolicyRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) AWSIotAsync.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest attachPrincipalPolicyRequest, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) Attaches the specified policy to the specified principal (certificate or other credential).AWSIotAsyncClient.attachPrincipalPolicyAsync
(AttachPrincipalPolicyRequest request, AsyncHandler<AttachPrincipalPolicyRequest, AttachPrincipalPolicyResult> asyncHandler) -
Uses of AttachPrincipalPolicyRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return AttachPrincipalPolicyRequestModifier and TypeMethodDescriptionAttachPrincipalPolicyRequest.clone()
AttachPrincipalPolicyRequest.withPolicyName
(String policyName) The policy name.AttachPrincipalPolicyRequest.withPrincipal
(String principal) The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.