| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default TestAuthorizationResponse |
IotClient.testAuthorization(Consumer<TestAuthorizationRequest.Builder> testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
default TestAuthorizationResponse |
IotClient.testAuthorization(TestAuthorizationRequest testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestAuthorizationResponse> |
IotAsyncClient.testAuthorization(Consumer<TestAuthorizationRequest.Builder> testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
default CompletableFuture<TestAuthorizationResponse> |
IotAsyncClient.testAuthorization(TestAuthorizationRequest testAuthorizationRequest)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
Copyright © 2019. All rights reserved.