Uses of Interface
software.amazon.awssdk.services.iot.model.AttachPolicyRequest.Builder
-
Packages that use AttachPolicyRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type AttachPolicyRequest.Builder 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 AttachPolicyResponseIotClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches the specified policy to the specified principal (certificate or other credential). -
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AttachPolicyRequest.Builder Modifier and Type Method Description static AttachPolicyRequest.BuilderAttachPolicyRequest. builder()AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. policyName(String policyName)The name of the policy to attach.AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. target(String target)The identity to which the policy is attached.AttachPolicyRequest.BuilderAttachPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AttachPolicyRequest.Builder Modifier and Type Method Description static Class<? extends AttachPolicyRequest.Builder>AttachPolicyRequest. serializableBuilderClass()
-