Uses of Interface
software.amazon.awssdk.services.iot.model.GetPolicyRequest.Builder
-
Packages that use GetPolicyRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>IotAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Gets information about the specified policy with the policy document of the default version.default GetPolicyResponseIotClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Gets information about the specified policy with the policy document of the default version. -
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetPolicyRequest.Builder Modifier and Type Method Description static GetPolicyRequest.BuilderGetPolicyRequest. builder()GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPolicyRequest.BuilderGetPolicyRequest.Builder. policyName(String policyName)The name of the policy.GetPolicyRequest.BuilderGetPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetPolicyRequest.Builder>GetPolicyRequest. serializableBuilderClass()
-