Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetDelegationsResponse
-
Packages that use GetDelegationsResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.paginators -
-
Uses of GetDelegationsResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetDelegationsResponse Modifier and Type Method Description default GetDelegationsResponseAuditManagerClient. getDelegations(Consumer<GetDelegationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetDelegationsResponse Modifier and Type Method Description default CompletableFuture<GetDelegationsResponse>AuditManagerAsyncClient. getDelegations(Consumer<GetDelegationsRequest.Builder> 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. -
Uses of GetDelegationsResponse in software.amazon.awssdk.services.auditmanager.paginators
Methods in software.amazon.awssdk.services.auditmanager.paginators that return types with arguments of type GetDelegationsResponse Modifier and Type Method Description Iterator<GetDelegationsResponse>GetDelegationsIterable. iterator()Method parameters in software.amazon.awssdk.services.auditmanager.paginators with type arguments of type GetDelegationsResponse Modifier and Type Method Description voidGetDelegationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDelegationsResponse> subscriber)
-