Uses of Class
software.amazon.awssdk.services.iot.model.TestAuthorizationRequest
-
Packages that use TestAuthorizationRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of TestAuthorizationRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type TestAuthorizationRequest Modifier and Type Method Description default CompletableFuture<TestAuthorizationResponse>IotAsyncClient. testAuthorization(TestAuthorizationRequest testAuthorizationRequest)Tests if a specified principal is authorized to perform an IoT action on a specified resource.default TestAuthorizationResponseIotClient. testAuthorization(TestAuthorizationRequest testAuthorizationRequest)Tests if a specified principal is authorized to perform an IoT action on a specified resource. -
Uses of TestAuthorizationRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type TestAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestTestAuthorizationRequestMarshaller. marshall(TestAuthorizationRequest testAuthorizationRequest)
-