| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
EnabledServicePrincipal |
EnabledServicePrincipal.clone() |
EnabledServicePrincipal |
EnabledServicePrincipal.withDateEnabled(Date dateEnabled)
The date that the service principal was enabled for integration with Organizations.
|
EnabledServicePrincipal |
EnabledServicePrincipal.withServicePrincipal(String servicePrincipal)
The name of the service principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnabledServicePrincipal> |
ListAWSServiceAccessForOrganizationResult.getEnabledServicePrincipals()
A list of the service principals for the services that are enabled to integrate with your organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListAWSServiceAccessForOrganizationResult |
ListAWSServiceAccessForOrganizationResult.withEnabledServicePrincipals(EnabledServicePrincipal... enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAWSServiceAccessForOrganizationResult.setEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
ListAWSServiceAccessForOrganizationResult |
ListAWSServiceAccessForOrganizationResult.withEnabledServicePrincipals(Collection<EnabledServicePrincipal> enabledServicePrincipals)
A list of the service principals for the services that are enabled to integrate with your organization.
|
Copyright © 2022. All rights reserved.