Uses of Class
software.amazon.awssdk.services.organizations.model.DelegatedService
-
Packages that use DelegatedService Package Description software.amazon.awssdk.services.organizations.model software.amazon.awssdk.services.organizations.paginators -
-
Uses of DelegatedService in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DelegatedService Modifier and Type Method Description List<DelegatedService>ListDelegatedServicesForAccountResponse. delegatedServices()The services for which the account is a delegated administrator.Methods in software.amazon.awssdk.services.organizations.model with parameters of type DelegatedService Modifier and Type Method Description ListDelegatedServicesForAccountResponse.BuilderListDelegatedServicesForAccountResponse.Builder. delegatedServices(DelegatedService... delegatedServices)The services for which the account is a delegated administrator.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type DelegatedService Modifier and Type Method Description ListDelegatedServicesForAccountResponse.BuilderListDelegatedServicesForAccountResponse.Builder. delegatedServices(Collection<DelegatedService> delegatedServices)The services for which the account is a delegated administrator. -
Uses of DelegatedService in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type DelegatedService Modifier and Type Method Description SdkIterable<DelegatedService>ListDelegatedServicesForAccountIterable. delegatedServices()Returns an iterable to iterate through the paginatedListDelegatedServicesForAccountResponse.delegatedServices()member.SdkPublisher<DelegatedService>ListDelegatedServicesForAccountPublisher. delegatedServices()Returns a publisher that can be used to get a stream of data.
-