Uses of Class
software.amazon.awssdk.services.iot.model.TestAuthorizationResponse
-
Packages that use TestAuthorizationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of TestAuthorizationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return TestAuthorizationResponse Modifier and Type Method Description default TestAuthorizationResponseIotClient. testAuthorization(Consumer<TestAuthorizationRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type TestAuthorizationResponse Modifier and Type Method Description default CompletableFuture<TestAuthorizationResponse>IotAsyncClient. testAuthorization(Consumer<TestAuthorizationRequest.Builder> testAuthorizationRequest)Tests if a specified principal is authorized to perform an IoT action on a specified resource.default CompletableFuture<TestAuthorizationResponse>IotAsyncClient. testAuthorization(TestAuthorizationRequest testAuthorizationRequest)Tests if a specified principal is authorized to perform an IoT action on a specified resource.
-