| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TestAuthorizationResult> |
AWSIotAsync.testAuthorizationAsync(TestAuthorizationRequest testAuthorizationRequest,
AsyncHandler<TestAuthorizationRequest,TestAuthorizationResult> asyncHandler)
Tests if a specified principal is authorized to perform an AWS IoT action on a specified resource.
|
Future<TestAuthorizationResult> |
AWSIotAsyncClient.testAuthorizationAsync(TestAuthorizationRequest request,
AsyncHandler<TestAuthorizationRequest,TestAuthorizationResult> asyncHandler) |
Future<TestAuthorizationResult> |
AbstractAWSIotAsync.testAuthorizationAsync(TestAuthorizationRequest request,
AsyncHandler<TestAuthorizationRequest,TestAuthorizationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestAuthorizationRequest |
TestAuthorizationRequest.clone() |
TestAuthorizationRequest |
TestAuthorizationRequest.withAuthInfos(AuthInfo... authInfos)
A list of authorization info objects.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withAuthInfos(Collection<AuthInfo> authInfos)
A list of authorization info objects.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withClientId(String clientId)
The MQTT client ID.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withCognitoIdentityPoolId(String cognitoIdentityPoolId)
The Cognito identity pool ID.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withPolicyNamesToAdd(Collection<String> policyNamesToAdd)
When testing custom authorization, the policies specified here are treated as if they are attached to the
principal being authorized.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withPolicyNamesToAdd(String... policyNamesToAdd)
When testing custom authorization, the policies specified here are treated as if they are attached to the
principal being authorized.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withPolicyNamesToSkip(Collection<String> policyNamesToSkip)
When testing custom authorization, the policies specified here are treated as if they are not attached to the
principal being authorized.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withPolicyNamesToSkip(String... policyNamesToSkip)
When testing custom authorization, the policies specified here are treated as if they are not attached to the
principal being authorized.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withPrincipal(String principal)
The principal.
|
Copyright © 2019. All rights reserved.