Uses of Class
software.amazon.awssdk.services.iot.model.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetPolicyRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetPolicyRequest Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>IotAsyncClient. getPolicy(GetPolicyRequest 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. -
Uses of GetPolicyRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetPolicyRequestMarshaller. marshall(GetPolicyRequest getPolicyRequest)
-