| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetDelegationsResult |
AbstractAWSAuditManager.getDelegations(GetDelegationsRequest request) |
GetDelegationsResult |
AWSAuditManager.getDelegations(GetDelegationsRequest getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
GetDelegationsResult |
AWSAuditManagerClient.getDelegations(GetDelegationsRequest request)
Returns a list of delegations from an audit owner to a delegate.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDelegationsResult> |
AWSAuditManagerAsyncClient.getDelegationsAsync(GetDelegationsRequest request,
AsyncHandler<GetDelegationsRequest,GetDelegationsResult> asyncHandler) |
Future<GetDelegationsResult> |
AWSAuditManagerAsync.getDelegationsAsync(GetDelegationsRequest getDelegationsRequest,
AsyncHandler<GetDelegationsRequest,GetDelegationsResult> asyncHandler)
Returns a list of delegations from an audit owner to a delegate.
|
Future<GetDelegationsResult> |
AbstractAWSAuditManagerAsync.getDelegationsAsync(GetDelegationsRequest request,
AsyncHandler<GetDelegationsRequest,GetDelegationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDelegationsResult |
GetDelegationsResult.clone() |
GetDelegationsResult |
GetDelegationsResult.withDelegations(Collection<DelegationMetadata> delegations)
The list of delegations that the
GetDelegations API returned. |
GetDelegationsResult |
GetDelegationsResult.withDelegations(DelegationMetadata... delegations)
The list of delegations that the
GetDelegations API returned. |
GetDelegationsResult |
GetDelegationsResult.withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
Copyright © 2022. All rights reserved.