Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetDelegationsRequest
-
Packages that use GetDelegationsRequest 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 -
-
Uses of GetDelegationsRequest in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager with parameters of type GetDelegationsRequest Modifier and Type Method Description default CompletableFuture<GetDelegationsResponse>AuditManagerAsyncClient. getDelegations(GetDelegationsRequest getDelegationsRequest)Gets a list of delegations from an audit owner to a delegate.default GetDelegationsResponseAuditManagerClient. getDelegations(GetDelegationsRequest getDelegationsRequest)Gets a list of delegations from an audit owner to a delegate.default GetDelegationsPublisherAuditManagerAsyncClient. getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)Gets a list of delegations from an audit owner to a delegate.default GetDelegationsIterableAuditManagerClient. getDelegationsPaginator(GetDelegationsRequest getDelegationsRequest)Gets a list of delegations from an audit owner to a delegate. -
Uses of GetDelegationsRequest in software.amazon.awssdk.services.auditmanager.paginators
Constructors in software.amazon.awssdk.services.auditmanager.paginators with parameters of type GetDelegationsRequest Constructor Description GetDelegationsIterable(AuditManagerClient client, GetDelegationsRequest firstRequest)GetDelegationsPublisher(AuditManagerAsyncClient client, GetDelegationsRequest firstRequest) -
Uses of GetDelegationsRequest in software.amazon.awssdk.services.auditmanager.transform
Methods in software.amazon.awssdk.services.auditmanager.transform with parameters of type GetDelegationsRequest Modifier and Type Method Description SdkHttpFullRequestGetDelegationsRequestMarshaller. marshall(GetDelegationsRequest getDelegationsRequest)
-