Uses of Class
software.amazon.awssdk.services.iot.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseIotClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Gets information about the specified policy with the policy document of the default version.default GetPolicyResponseIotClient. getPolicy(GetPolicyRequest getPolicyRequest)Gets information about the specified policy with the policy document of the default version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetPolicyResponse 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 CompletableFuture<GetPolicyResponse>IotAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Gets information about the specified policy with the policy document of the default version.
-