Uses of Class
software.amazon.awssdk.services.organizations.model.EnabledServicePrincipal
-
Packages that use EnabledServicePrincipal Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of EnabledServicePrincipal in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type EnabledServicePrincipal Modifier and Type Method Description List<EnabledServicePrincipal>ListAwsServiceAccessForOrganizationResponse. enabledServicePrincipals()A list of the service principals for the services that are enabled to integrate with your organization.Methods in software.amazon.awssdk.services.organizations.model with parameters of type EnabledServicePrincipal Modifier and Type Method Description ListAwsServiceAccessForOrganizationResponse.BuilderListAwsServiceAccessForOrganizationResponse.Builder. enabledServicePrincipals(EnabledServicePrincipal... enabledServicePrincipals)A list of the service principals for the services that are enabled to integrate with your organization.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type EnabledServicePrincipal Modifier and Type Method Description ListAwsServiceAccessForOrganizationResponse.BuilderListAwsServiceAccessForOrganizationResponse.Builder. enabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)A list of the service principals for the services that are enabled to integrate with your organization.
-