| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager |
Welcome to the Audit Manager API reference.
|
| software.amazon.awssdk.services.auditmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDelegationsResponse |
AuditManagerClient.getDelegations(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default GetDelegationsResponse |
AuditManagerClient.getDelegations(GetDelegationsRequest getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDelegationsResponse> |
AuditManagerAsyncClient.getDelegations(Consumer<GetDelegationsRequest.Builder> getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
default CompletableFuture<GetDelegationsResponse> |
AuditManagerAsyncClient.getDelegations(GetDelegationsRequest getDelegationsRequest)
Returns a list of delegations from an audit owner to a delegate.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDelegationsResponse> |
GetDelegationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDelegationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDelegationsResponse> subscriber) |
Copyright © 2022. All rights reserved.