Uses of Class
software.amazon.awssdk.services.auditmanager.model.DelegationMetadata
-
Packages that use DelegationMetadata Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of DelegationMetadata in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type DelegationMetadata Modifier and Type Method Description List<DelegationMetadata>GetDelegationsResponse. delegations()The list of delegations that theGetDelegationsAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type DelegationMetadata Modifier and Type Method Description GetDelegationsResponse.BuilderGetDelegationsResponse.Builder. delegations(DelegationMetadata... delegations)The list of delegations that theGetDelegationsAPI returned.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type DelegationMetadata Modifier and Type Method Description GetDelegationsResponse.BuilderGetDelegationsResponse.Builder. delegations(Collection<DelegationMetadata> delegations)The list of delegations that theGetDelegationsAPI returned.
-