Uses of Class
software.amazon.awssdk.services.iot.model.AttachPolicyRequest
-
Packages that use AttachPolicyRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AttachPolicyRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AttachPolicyRequest Modifier and Type Method Description default CompletableFuture<AttachPolicyResponse>IotAsyncClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches the specified policy to the specified principal (certificate or other credential).default AttachPolicyResponseIotClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches the specified policy to the specified principal (certificate or other credential). -
Uses of AttachPolicyRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AttachPolicyRequest Modifier and Type Method Description SdkHttpFullRequestAttachPolicyRequestMarshaller. marshall(AttachPolicyRequest attachPolicyRequest)
-