| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| software.amazon.awssdk.services.auditmanager.paginators | |
| software.amazon.awssdk.services.auditmanager.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetDelegationsResponse |
AuditManagerClient.getDelegations(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default CompletableFuture<GetDelegationsResponse> |
AuditManagerAsyncClient.getDelegations(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetDelegationsIterable |
AuditManagerClient.getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
default GetDelegationsPublisher |
AuditManagerAsyncClient.getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)
Gets a list of delegations from an audit owner to a delegate.
|
| Constructor and Description |
|---|
GetDelegationsIterable(AuditManagerClient client,
GetDelegationsRequest firstRequest) |
GetDelegationsPublisher(AuditManagerAsyncClient client,
GetDelegationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDelegationsRequestMarshaller.marshall(GetDelegationsRequest getDelegationsRequest) |
Copyright © 2023. All rights reserved.