Uses of Class
software.amazon.awssdk.services.iot.model.AttachPolicyResponse
-
Packages that use AttachPolicyResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of AttachPolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return AttachPolicyResponse Modifier and Type Method Description default AttachPolicyResponseIotClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> 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).Methods in software.amazon.awssdk.services.iot that return types with arguments of type AttachPolicyResponse Modifier and Type Method Description default CompletableFuture<AttachPolicyResponse>IotAsyncClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches the specified policy to the specified principal (certificate or other credential).default CompletableFuture<AttachPolicyResponse>IotAsyncClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches the specified policy to the specified principal (certificate or other credential).
-