| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
ExplicitDeny.policies()
The policies that denied the authorization.
|
List<Policy> |
ListAttachedPoliciesResponse.policies()
The policies.
|
List<Policy> |
ListPoliciesResponse.policies()
The descriptions of the policies.
|
List<Policy> |
Allowed.policies()
A list of policies that allowed the authentication.
|
List<Policy> |
ImplicitDeny.policies()
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny.Builder |
ExplicitDeny.Builder.policies(Policy... policies)
The policies that denied the authorization.
|
ListAttachedPoliciesResponse.Builder |
ListAttachedPoliciesResponse.Builder.policies(Policy... policies)
The policies.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Policy... policies)
The descriptions of the policies.
|
Allowed.Builder |
Allowed.Builder.policies(Policy... policies)
A list of policies that allowed the authentication.
|
ImplicitDeny.Builder |
ImplicitDeny.Builder.policies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny.Builder |
ExplicitDeny.Builder.policies(Collection<Policy> policies)
The policies that denied the authorization.
|
ListAttachedPoliciesResponse.Builder |
ListAttachedPoliciesResponse.Builder.policies(Collection<Policy> policies)
The policies.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Collection<Policy> policies)
The descriptions of the policies.
|
Allowed.Builder |
Allowed.Builder.policies(Collection<Policy> policies)
A list of policies that allowed the authentication.
|
ImplicitDeny.Builder |
ImplicitDeny.Builder.policies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Policy> |
ListPoliciesIterable.policies()
Returns an iterable to iterate through the paginated
ListPoliciesResponse.policies() member. |
SdkIterable<Policy> |
ListAttachedPoliciesIterable.policies()
Returns an iterable to iterate through the paginated
ListAttachedPoliciesResponse.policies() member. |
SdkPublisher<Policy> |
ListPoliciesPublisher.policies()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<Policy> |
ListAttachedPoliciesPublisher.policies()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.