Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractAWSOrganizations - Class in com.amazonaws.services.organizations
Abstract implementation of AWSOrganizations.
AbstractAWSOrganizations() - Constructor for class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
AbstractAWSOrganizationsAsync - Class in com.amazonaws.services.organizations
Abstract implementation of AWSOrganizationsAsync.
AbstractAWSOrganizationsAsync() - Constructor for class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
acceptHandshake(AcceptHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
acceptHandshake(AcceptHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
acceptHandshake(AcceptHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
acceptHandshakeAsync(AcceptHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
acceptHandshakeAsync(AcceptHandshakeRequest, AsyncHandler<AcceptHandshakeRequest, AcceptHandshakeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
acceptHandshakeAsync(AcceptHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
acceptHandshakeAsync(AcceptHandshakeRequest, AsyncHandler<AcceptHandshakeRequest, AcceptHandshakeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
acceptHandshakeAsync(AcceptHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
acceptHandshakeAsync(AcceptHandshakeRequest, AsyncHandler<AcceptHandshakeRequest, AcceptHandshakeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
AcceptHandshakeRequest - Class in com.amazonaws.services.organizations.model
 
AcceptHandshakeRequest() - Constructor for class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
 
AcceptHandshakeResult - Class in com.amazonaws.services.organizations.model
 
AcceptHandshakeResult() - Constructor for class com.amazonaws.services.organizations.model.AcceptHandshakeResult
 
AccessDeniedException - Exception in com.amazonaws.services.organizations.model
You don't have permissions to perform the requested operation.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AccessDeniedForDependencyException - Exception in com.amazonaws.services.organizations.model
The operation that you attempted requires you to have the iam:CreateServiceLinkedRole for organizations.amazonaws.com permission so that AWS Organizations can create the required service-linked role.
AccessDeniedForDependencyException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccessDeniedForDependencyException
Constructs a new AccessDeniedForDependencyException with the specified error message.
AccessDeniedForDependencyExceptionReason - Enum in com.amazonaws.services.organizations.model
 
Account - Class in com.amazonaws.services.organizations.model
Contains information about an AWS account that is a member of an organization.
Account() - Constructor for class com.amazonaws.services.organizations.model.Account
 
AccountAlreadyRegisteredException - Exception in com.amazonaws.services.organizations.model
The specified account is already a delegated administrator for this AWS service.
AccountAlreadyRegisteredException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccountAlreadyRegisteredException
Constructs a new AccountAlreadyRegisteredException with the specified error message.
AccountCannotLeaveOrganizationException - Exception in com.amazonaws.services.organizations.model
Deprecated.
exception will never be raised, no longer in use.
AccountCannotLeaveOrganizationException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccountCannotLeaveOrganizationException
Deprecated.
Constructs a new AccountCannotLeaveOrganizationException with the specified error message.
AccountJoinedMethod - Enum in com.amazonaws.services.organizations.model
 
AccountNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
AccountNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccountNotFoundException
Constructs a new AccountNotFoundException with the specified error message.
AccountNotRegisteredException - Exception in com.amazonaws.services.organizations.model
The specified account is not a delegated administrator for this AWS service.
AccountNotRegisteredException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccountNotRegisteredException
Constructs a new AccountNotRegisteredException with the specified error message.
AccountOwnerNotVerifiedException - Exception in com.amazonaws.services.organizations.model
You can't invite an existing account to your organization until you verify that you own the email address associated with the management account.
AccountOwnerNotVerifiedException(String) - Constructor for exception com.amazonaws.services.organizations.model.AccountOwnerNotVerifiedException
Constructs a new AccountOwnerNotVerifiedException with the specified error message.
AccountStatus - Enum in com.amazonaws.services.organizations.model
 
ActionType - Enum in com.amazonaws.services.organizations.model
 
AlreadyInOrganizationException - Exception in com.amazonaws.services.organizations.model
This account is already a member of an organization.
AlreadyInOrganizationException(String) - Constructor for exception com.amazonaws.services.organizations.model.AlreadyInOrganizationException
Constructs a new AlreadyInOrganizationException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
attachPolicy(AttachPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
attachPolicy(AttachPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Attaches a policy to a root, an organizational unit (OU), or an individual account.
attachPolicy(AttachPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Attaches a policy to a root, an organizational unit (OU), or an individual account.
attachPolicyAsync(AttachPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
attachPolicyAsync(AttachPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Attaches a policy to a root, an organizational unit (OU), or an individual account.
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Attaches a policy to a root, an organizational unit (OU), or an individual account.
attachPolicyAsync(AttachPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
attachPolicyAsync(AttachPolicyRequest, AsyncHandler<AttachPolicyRequest, AttachPolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
AttachPolicyRequest - Class in com.amazonaws.services.organizations.model
 
AttachPolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.AttachPolicyRequest
 
AttachPolicyResult - Class in com.amazonaws.services.organizations.model
 
AttachPolicyResult() - Constructor for class com.amazonaws.services.organizations.model.AttachPolicyResult
 
AWSOrganizations - Interface in com.amazonaws.services.organizations
Interface for accessing Organizations.
AWSOrganizationsAsync - Interface in com.amazonaws.services.organizations
Interface for accessing Organizations asynchronously.
AWSOrganizationsAsyncClient - Class in com.amazonaws.services.organizations
Client for accessing Organizations asynchronously.
AWSOrganizationsAsyncClient() - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
AWSOrganizationsAsyncClientBuilder - Class in com.amazonaws.services.organizations
Fluent builder for AWSOrganizationsAsync.
AWSOrganizationsClient - Class in com.amazonaws.services.organizations
Client for accessing Organizations.
AWSOrganizationsClient() - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClient(ClientConfiguration) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClient(AWSCredentials) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSOrganizationsClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSOrganizationsClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.organizations.AWSOrganizationsClient
AWSOrganizationsClientBuilder - Class in com.amazonaws.services.organizations
Fluent builder for AWSOrganizations.
AWSOrganizationsException - Exception in com.amazonaws.services.organizations.model
Base exception for all service exceptions thrown by AWS Organizations
AWSOrganizationsException(String) - Constructor for exception com.amazonaws.services.organizations.model.AWSOrganizationsException
Constructs a new AWSOrganizationsException with the specified error message.
AWSOrganizationsNotInUseException - Exception in com.amazonaws.services.organizations.model
Your account isn't a member of an organization.
AWSOrganizationsNotInUseException(String) - Constructor for exception com.amazonaws.services.organizations.model.AWSOrganizationsNotInUseException
Constructs a new AWSOrganizationsNotInUseException with the specified error message.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClientBuilder
Construct an asynchronous implementation of AWSOrganizationsAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClientBuilder
Construct a synchronous implementation of AWSOrganizations using the current builder configuration.
builder() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsClient
 

C

cancelHandshake(CancelHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
cancelHandshake(CancelHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Cancels a handshake.
cancelHandshake(CancelHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Cancels a handshake.
cancelHandshakeAsync(CancelHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
cancelHandshakeAsync(CancelHandshakeRequest, AsyncHandler<CancelHandshakeRequest, CancelHandshakeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
cancelHandshakeAsync(CancelHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Cancels a handshake.
cancelHandshakeAsync(CancelHandshakeRequest, AsyncHandler<CancelHandshakeRequest, CancelHandshakeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Cancels a handshake.
cancelHandshakeAsync(CancelHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
cancelHandshakeAsync(CancelHandshakeRequest, AsyncHandler<CancelHandshakeRequest, CancelHandshakeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CancelHandshakeRequest - Class in com.amazonaws.services.organizations.model
 
CancelHandshakeRequest() - Constructor for class com.amazonaws.services.organizations.model.CancelHandshakeRequest
 
CancelHandshakeResult - Class in com.amazonaws.services.organizations.model
 
CancelHandshakeResult() - Constructor for class com.amazonaws.services.organizations.model.CancelHandshakeResult
 
Child - Class in com.amazonaws.services.organizations.model
Contains a list of child entities, either OUs or accounts.
Child() - Constructor for class com.amazonaws.services.organizations.model.Child
 
ChildNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find an organizational unit (OU) or AWS account with the ChildId that you specified.
ChildNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.ChildNotFoundException
Constructs a new ChildNotFoundException with the specified error message.
ChildType - Enum in com.amazonaws.services.organizations.model
 
clone() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.Account
 
clone() - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.AttachPolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.Child
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
 
clone() - Method in class com.amazonaws.services.organizations.model.DelegatedService
 
clone() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DeletePolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DetachPolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessResult
 
clone() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
 
clone() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
 
clone() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessResult
 
clone() - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
 
clone() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
 
clone() - Method in class com.amazonaws.services.organizations.model.Handshake
 
clone() - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
 
clone() - Method in class com.amazonaws.services.organizations.model.HandshakeParty
 
clone() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
 
clone() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListParentsResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListRootsResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
 
clone() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.MoveAccountResult
 
clone() - Method in class com.amazonaws.services.organizations.model.Organization
 
clone() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
 
clone() - Method in class com.amazonaws.services.organizations.model.Parent
 
clone() - Method in class com.amazonaws.services.organizations.model.Policy
 
clone() - Method in class com.amazonaws.services.organizations.model.PolicySummary
 
clone() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
 
clone() - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
 
clone() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorResult
 
clone() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationResult
 
clone() - Method in class com.amazonaws.services.organizations.model.Root
 
clone() - Method in class com.amazonaws.services.organizations.model.Tag
 
clone() - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
 
clone() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
 
clone() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.organizations - package com.amazonaws.services.organizations
AWS Organizations
com.amazonaws.services.organizations.model - package com.amazonaws.services.organizations.model
 
ConcurrentModificationException - Exception in com.amazonaws.services.organizations.model
The target of the operation is currently being modified by a different request.
ConcurrentModificationException(String) - Constructor for exception com.amazonaws.services.organizations.model.ConcurrentModificationException
Constructs a new ConcurrentModificationException with the specified error message.
configFactory - Static variable in class com.amazonaws.services.organizations.AWSOrganizationsClient
Client configuration factory providing ClientConfigurations tailored to this client
ConstraintViolationException - Exception in com.amazonaws.services.organizations.model
Performing this operation violates a minimum or maximum value limit.
ConstraintViolationException(String) - Constructor for exception com.amazonaws.services.organizations.model.ConstraintViolationException
Constructs a new ConstraintViolationException with the specified error message.
ConstraintViolationExceptionReason - Enum in com.amazonaws.services.organizations.model
 
createAccount(CreateAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
createAccount(CreateAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Creates an AWS account that is automatically a member of the organization whose credentials made the request.
createAccount(CreateAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Creates an AWS account that is automatically a member of the organization whose credentials made the request.
createAccountAsync(CreateAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createAccountAsync(CreateAccountRequest, AsyncHandler<CreateAccountRequest, CreateAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createAccountAsync(CreateAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an AWS account that is automatically a member of the organization whose credentials made the request.
createAccountAsync(CreateAccountRequest, AsyncHandler<CreateAccountRequest, CreateAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an AWS account that is automatically a member of the organization whose credentials made the request.
createAccountAsync(CreateAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
createAccountAsync(CreateAccountRequest, AsyncHandler<CreateAccountRequest, CreateAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CreateAccountFailureReason - Enum in com.amazonaws.services.organizations.model
 
CreateAccountRequest - Class in com.amazonaws.services.organizations.model
 
CreateAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.CreateAccountRequest
 
CreateAccountResult - Class in com.amazonaws.services.organizations.model
 
CreateAccountResult() - Constructor for class com.amazonaws.services.organizations.model.CreateAccountResult
 
CreateAccountState - Enum in com.amazonaws.services.organizations.model
 
CreateAccountStatus - Class in com.amazonaws.services.organizations.model
Contains the status about a CreateAccount or CreateGovCloudAccount request to create an AWS account or an AWS GovCloud (US) account in an organization.
CreateAccountStatus() - Constructor for class com.amazonaws.services.organizations.model.CreateAccountStatus
 
CreateAccountStatusNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find an create account request with the CreateAccountRequestId that you specified.
CreateAccountStatusNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.CreateAccountStatusNotFoundException
Constructs a new CreateAccountStatusNotFoundException with the specified error message.
createGovCloudAccount(CreateGovCloudAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
createGovCloudAccount(CreateGovCloudAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
This action is available if all of the following are true:
createGovCloudAccount(CreateGovCloudAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
This action is available if all of the following are true:
createGovCloudAccountAsync(CreateGovCloudAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createGovCloudAccountAsync(CreateGovCloudAccountRequest, AsyncHandler<CreateGovCloudAccountRequest, CreateGovCloudAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createGovCloudAccountAsync(CreateGovCloudAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
This action is available if all of the following are true:
createGovCloudAccountAsync(CreateGovCloudAccountRequest, AsyncHandler<CreateGovCloudAccountRequest, CreateGovCloudAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
This action is available if all of the following are true:
createGovCloudAccountAsync(CreateGovCloudAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
createGovCloudAccountAsync(CreateGovCloudAccountRequest, AsyncHandler<CreateGovCloudAccountRequest, CreateGovCloudAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CreateGovCloudAccountRequest - Class in com.amazonaws.services.organizations.model
 
CreateGovCloudAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
 
CreateGovCloudAccountResult - Class in com.amazonaws.services.organizations.model
 
CreateGovCloudAccountResult() - Constructor for class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
createOrganization(CreateOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
createOrganization(CreateOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Creates an AWS organization.
createOrganization(CreateOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Creates an AWS organization.
createOrganizationalUnit(CreateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
createOrganizationalUnit(CreateOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Creates an organizational unit (OU) within a root or parent OU.
createOrganizationalUnit(CreateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Creates an organizational unit (OU) within a root or parent OU.
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest, AsyncHandler<CreateOrganizationalUnitRequest, CreateOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an organizational unit (OU) within a root or parent OU.
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest, AsyncHandler<CreateOrganizationalUnitRequest, CreateOrganizationalUnitResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an organizational unit (OU) within a root or parent OU.
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
createOrganizationalUnitAsync(CreateOrganizationalUnitRequest, AsyncHandler<CreateOrganizationalUnitRequest, CreateOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CreateOrganizationalUnitRequest - Class in com.amazonaws.services.organizations.model
 
CreateOrganizationalUnitRequest() - Constructor for class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
 
CreateOrganizationalUnitResult - Class in com.amazonaws.services.organizations.model
 
CreateOrganizationalUnitResult() - Constructor for class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
 
createOrganizationAsync(CreateOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createOrganizationAsync(CreateOrganizationRequest, AsyncHandler<CreateOrganizationRequest, CreateOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createOrganizationAsync(CreateOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an AWS organization.
createOrganizationAsync(CreateOrganizationRequest, AsyncHandler<CreateOrganizationRequest, CreateOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates an AWS organization.
createOrganizationAsync(CreateOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
createOrganizationAsync(CreateOrganizationRequest, AsyncHandler<CreateOrganizationRequest, CreateOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CreateOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
CreateOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.CreateOrganizationRequest
 
CreateOrganizationResult - Class in com.amazonaws.services.organizations.model
 
CreateOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.CreateOrganizationResult
 
createPolicy(CreatePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
createPolicy(CreatePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.
createPolicy(CreatePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.
createPolicyAsync(CreatePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createPolicyAsync(CreatePolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
createPolicyAsync(CreatePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.
createPolicyAsync(CreatePolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.
createPolicyAsync(CreatePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
createPolicyAsync(CreatePolicyRequest, AsyncHandler<CreatePolicyRequest, CreatePolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
CreatePolicyRequest - Class in com.amazonaws.services.organizations.model
 
CreatePolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.CreatePolicyRequest
 
CreatePolicyResult - Class in com.amazonaws.services.organizations.model
 
CreatePolicyResult() - Constructor for class com.amazonaws.services.organizations.model.CreatePolicyResult
 

D

declineHandshake(DeclineHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
declineHandshake(DeclineHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Declines a handshake request.
declineHandshake(DeclineHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Declines a handshake request.
declineHandshakeAsync(DeclineHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
declineHandshakeAsync(DeclineHandshakeRequest, AsyncHandler<DeclineHandshakeRequest, DeclineHandshakeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
declineHandshakeAsync(DeclineHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Declines a handshake request.
declineHandshakeAsync(DeclineHandshakeRequest, AsyncHandler<DeclineHandshakeRequest, DeclineHandshakeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Declines a handshake request.
declineHandshakeAsync(DeclineHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
declineHandshakeAsync(DeclineHandshakeRequest, AsyncHandler<DeclineHandshakeRequest, DeclineHandshakeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DeclineHandshakeRequest - Class in com.amazonaws.services.organizations.model
 
DeclineHandshakeRequest() - Constructor for class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
 
DeclineHandshakeResult - Class in com.amazonaws.services.organizations.model
 
DeclineHandshakeResult() - Constructor for class com.amazonaws.services.organizations.model.DeclineHandshakeResult
 
defaultClient() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsClientBuilder
 
DelegatedAdministrator - Class in com.amazonaws.services.organizations.model
Contains information about the delegated administrator.
DelegatedAdministrator() - Constructor for class com.amazonaws.services.organizations.model.DelegatedAdministrator
 
DelegatedService - Class in com.amazonaws.services.organizations.model
Contains information about the AWS service for which the account is a delegated administrator.
DelegatedService() - Constructor for class com.amazonaws.services.organizations.model.DelegatedService
 
deleteOrganization(DeleteOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
deleteOrganization(DeleteOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Deletes the organization.
deleteOrganization(DeleteOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Deletes the organization.
deleteOrganizationalUnit(DeleteOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
deleteOrganizationalUnit(DeleteOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Deletes an organizational unit (OU) from a root or another OU.
deleteOrganizationalUnit(DeleteOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Deletes an organizational unit (OU) from a root or another OU.
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest, AsyncHandler<DeleteOrganizationalUnitRequest, DeleteOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes an organizational unit (OU) from a root or another OU.
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest, AsyncHandler<DeleteOrganizationalUnitRequest, DeleteOrganizationalUnitResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes an organizational unit (OU) from a root or another OU.
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
deleteOrganizationalUnitAsync(DeleteOrganizationalUnitRequest, AsyncHandler<DeleteOrganizationalUnitRequest, DeleteOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DeleteOrganizationalUnitRequest - Class in com.amazonaws.services.organizations.model
 
DeleteOrganizationalUnitRequest() - Constructor for class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
 
DeleteOrganizationalUnitResult - Class in com.amazonaws.services.organizations.model
 
DeleteOrganizationalUnitResult() - Constructor for class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitResult
 
deleteOrganizationAsync(DeleteOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deleteOrganizationAsync(DeleteOrganizationRequest, AsyncHandler<DeleteOrganizationRequest, DeleteOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deleteOrganizationAsync(DeleteOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes the organization.
deleteOrganizationAsync(DeleteOrganizationRequest, AsyncHandler<DeleteOrganizationRequest, DeleteOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes the organization.
deleteOrganizationAsync(DeleteOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
deleteOrganizationAsync(DeleteOrganizationRequest, AsyncHandler<DeleteOrganizationRequest, DeleteOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DeleteOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
DeleteOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.DeleteOrganizationRequest
 
DeleteOrganizationResult - Class in com.amazonaws.services.organizations.model
 
DeleteOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.DeleteOrganizationResult
 
deletePolicy(DeletePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
deletePolicy(DeletePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Deletes the specified policy from your organization.
deletePolicy(DeletePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Deletes the specified policy from your organization.
deletePolicyAsync(DeletePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deletePolicyAsync(DeletePolicyRequest, AsyncHandler<DeletePolicyRequest, DeletePolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deletePolicyAsync(DeletePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes the specified policy from your organization.
deletePolicyAsync(DeletePolicyRequest, AsyncHandler<DeletePolicyRequest, DeletePolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Deletes the specified policy from your organization.
deletePolicyAsync(DeletePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
deletePolicyAsync(DeletePolicyRequest, AsyncHandler<DeletePolicyRequest, DeletePolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DeletePolicyRequest - Class in com.amazonaws.services.organizations.model
 
DeletePolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.DeletePolicyRequest
 
DeletePolicyResult - Class in com.amazonaws.services.organizations.model
 
DeletePolicyResult() - Constructor for class com.amazonaws.services.organizations.model.DeletePolicyResult
 
deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Removes the specified member AWS account as a delegated administrator for the specified AWS service.
deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Removes the specified member AWS account as a delegated administrator for the specified AWS service.
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest, AsyncHandler<DeregisterDelegatedAdministratorRequest, DeregisterDelegatedAdministratorResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes the specified member AWS account as a delegated administrator for the specified AWS service.
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest, AsyncHandler<DeregisterDelegatedAdministratorRequest, DeregisterDelegatedAdministratorResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes the specified member AWS account as a delegated administrator for the specified AWS service.
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
deregisterDelegatedAdministratorAsync(DeregisterDelegatedAdministratorRequest, AsyncHandler<DeregisterDelegatedAdministratorRequest, DeregisterDelegatedAdministratorResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DeregisterDelegatedAdministratorRequest - Class in com.amazonaws.services.organizations.model
 
DeregisterDelegatedAdministratorRequest() - Constructor for class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
 
DeregisterDelegatedAdministratorResult - Class in com.amazonaws.services.organizations.model
 
DeregisterDelegatedAdministratorResult() - Constructor for class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorResult
 
describeAccount(DescribeAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeAccount(DescribeAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves AWS Organizations-related information about the specified account.
describeAccount(DescribeAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves AWS Organizations-related information about the specified account.
describeAccountAsync(DescribeAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeAccountAsync(DescribeAccountRequest, AsyncHandler<DescribeAccountRequest, DescribeAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeAccountAsync(DescribeAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves AWS Organizations-related information about the specified account.
describeAccountAsync(DescribeAccountRequest, AsyncHandler<DescribeAccountRequest, DescribeAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves AWS Organizations-related information about the specified account.
describeAccountAsync(DescribeAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeAccountAsync(DescribeAccountRequest, AsyncHandler<DescribeAccountRequest, DescribeAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeAccountRequest - Class in com.amazonaws.services.organizations.model
 
DescribeAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeAccountRequest
 
DescribeAccountResult - Class in com.amazonaws.services.organizations.model
 
DescribeAccountResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeAccountResult
 
describeCreateAccountStatus(DescribeCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeCreateAccountStatus(DescribeCreateAccountStatusRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves the current status of an asynchronous request to create an account.
describeCreateAccountStatus(DescribeCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves the current status of an asynchronous request to create an account.
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest, AsyncHandler<DescribeCreateAccountStatusRequest, DescribeCreateAccountStatusResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves the current status of an asynchronous request to create an account.
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest, AsyncHandler<DescribeCreateAccountStatusRequest, DescribeCreateAccountStatusResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves the current status of an asynchronous request to create an account.
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeCreateAccountStatusAsync(DescribeCreateAccountStatusRequest, AsyncHandler<DescribeCreateAccountStatusRequest, DescribeCreateAccountStatusResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeCreateAccountStatusRequest - Class in com.amazonaws.services.organizations.model
 
DescribeCreateAccountStatusRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
 
DescribeCreateAccountStatusResult - Class in com.amazonaws.services.organizations.model
 
DescribeCreateAccountStatusResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
 
describeEffectivePolicy(DescribeEffectivePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeEffectivePolicy(DescribeEffectivePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Returns the contents of the effective policy for specified policy type and account.
describeEffectivePolicy(DescribeEffectivePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Returns the contents of the effective policy for specified policy type and account.
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest, AsyncHandler<DescribeEffectivePolicyRequest, DescribeEffectivePolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Returns the contents of the effective policy for specified policy type and account.
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest, AsyncHandler<DescribeEffectivePolicyRequest, DescribeEffectivePolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Returns the contents of the effective policy for specified policy type and account.
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeEffectivePolicyAsync(DescribeEffectivePolicyRequest, AsyncHandler<DescribeEffectivePolicyRequest, DescribeEffectivePolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeEffectivePolicyRequest - Class in com.amazonaws.services.organizations.model
 
DescribeEffectivePolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
 
DescribeEffectivePolicyResult - Class in com.amazonaws.services.organizations.model
 
DescribeEffectivePolicyResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
 
describeHandshake(DescribeHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeHandshake(DescribeHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves information about a previously requested handshake.
describeHandshake(DescribeHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves information about a previously requested handshake.
describeHandshakeAsync(DescribeHandshakeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeHandshakeAsync(DescribeHandshakeRequest, AsyncHandler<DescribeHandshakeRequest, DescribeHandshakeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeHandshakeAsync(DescribeHandshakeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about a previously requested handshake.
describeHandshakeAsync(DescribeHandshakeRequest, AsyncHandler<DescribeHandshakeRequest, DescribeHandshakeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about a previously requested handshake.
describeHandshakeAsync(DescribeHandshakeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeHandshakeAsync(DescribeHandshakeRequest, AsyncHandler<DescribeHandshakeRequest, DescribeHandshakeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeHandshakeRequest - Class in com.amazonaws.services.organizations.model
 
DescribeHandshakeRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
 
DescribeHandshakeResult - Class in com.amazonaws.services.organizations.model
 
DescribeHandshakeResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeHandshakeResult
 
describeOrganization(DescribeOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeOrganization(DescribeOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves information about the organization that the user's account belongs to.
describeOrganization(DescribeOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves information about the organization that the user's account belongs to.
describeOrganizationalUnit(DescribeOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describeOrganizationalUnit(DescribeOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves information about an organizational unit (OU).
describeOrganizationalUnit(DescribeOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves information about an organizational unit (OU).
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest, AsyncHandler<DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about an organizational unit (OU).
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest, AsyncHandler<DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about an organizational unit (OU).
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeOrganizationalUnitAsync(DescribeOrganizationalUnitRequest, AsyncHandler<DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeOrganizationalUnitRequest - Class in com.amazonaws.services.organizations.model
 
DescribeOrganizationalUnitRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
 
DescribeOrganizationalUnitResult - Class in com.amazonaws.services.organizations.model
 
DescribeOrganizationalUnitResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
 
describeOrganizationAsync(DescribeOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeOrganizationAsync(DescribeOrganizationRequest, AsyncHandler<DescribeOrganizationRequest, DescribeOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describeOrganizationAsync(DescribeOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about the organization that the user's account belongs to.
describeOrganizationAsync(DescribeOrganizationRequest, AsyncHandler<DescribeOrganizationRequest, DescribeOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about the organization that the user's account belongs to.
describeOrganizationAsync(DescribeOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describeOrganizationAsync(DescribeOrganizationRequest, AsyncHandler<DescribeOrganizationRequest, DescribeOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribeOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
DescribeOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribeOrganizationRequest
 
DescribeOrganizationResult - Class in com.amazonaws.services.organizations.model
 
DescribeOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.DescribeOrganizationResult
 
describePolicy(DescribePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
describePolicy(DescribePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves information about a policy.
describePolicy(DescribePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves information about a policy.
describePolicyAsync(DescribePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describePolicyAsync(DescribePolicyRequest, AsyncHandler<DescribePolicyRequest, DescribePolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
describePolicyAsync(DescribePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about a policy.
describePolicyAsync(DescribePolicyRequest, AsyncHandler<DescribePolicyRequest, DescribePolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves information about a policy.
describePolicyAsync(DescribePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
describePolicyAsync(DescribePolicyRequest, AsyncHandler<DescribePolicyRequest, DescribePolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DescribePolicyRequest - Class in com.amazonaws.services.organizations.model
 
DescribePolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.DescribePolicyRequest
 
DescribePolicyResult - Class in com.amazonaws.services.organizations.model
 
DescribePolicyResult() - Constructor for class com.amazonaws.services.organizations.model.DescribePolicyResult
 
DestinationParentNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find the destination container (a root or OU) with the ParentId that you specified.
DestinationParentNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.DestinationParentNotFoundException
Constructs a new DestinationParentNotFoundException with the specified error message.
detachPolicy(DetachPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
detachPolicy(DetachPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Detaches a policy from a target root, organizational unit (OU), or account.
detachPolicy(DetachPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Detaches a policy from a target root, organizational unit (OU), or account.
detachPolicyAsync(DetachPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
detachPolicyAsync(DetachPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Detaches a policy from a target root, organizational unit (OU), or account.
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Detaches a policy from a target root, organizational unit (OU), or account.
detachPolicyAsync(DetachPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
detachPolicyAsync(DetachPolicyRequest, AsyncHandler<DetachPolicyRequest, DetachPolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DetachPolicyRequest - Class in com.amazonaws.services.organizations.model
 
DetachPolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.DetachPolicyRequest
 
DetachPolicyResult - Class in com.amazonaws.services.organizations.model
 
DetachPolicyResult() - Constructor for class com.amazonaws.services.organizations.model.DetachPolicyResult
 
disableAWSServiceAccess(DisableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
disableAWSServiceAccess(DisableAWSServiceAccessRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Disables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
disableAWSServiceAccess(DisableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Disables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest, AsyncHandler<DisableAWSServiceAccessRequest, DisableAWSServiceAccessResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Disables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest, AsyncHandler<DisableAWSServiceAccessRequest, DisableAWSServiceAccessResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Disables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
disableAWSServiceAccessAsync(DisableAWSServiceAccessRequest, AsyncHandler<DisableAWSServiceAccessRequest, DisableAWSServiceAccessResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DisableAWSServiceAccessRequest - Class in com.amazonaws.services.organizations.model
 
DisableAWSServiceAccessRequest() - Constructor for class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
 
DisableAWSServiceAccessResult - Class in com.amazonaws.services.organizations.model
 
DisableAWSServiceAccessResult() - Constructor for class com.amazonaws.services.organizations.model.DisableAWSServiceAccessResult
 
disablePolicyType(DisablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
disablePolicyType(DisablePolicyTypeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Disables an organizational policy type in a root.
disablePolicyType(DisablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Disables an organizational policy type in a root.
disablePolicyTypeAsync(DisablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
disablePolicyTypeAsync(DisablePolicyTypeRequest, AsyncHandler<DisablePolicyTypeRequest, DisablePolicyTypeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
disablePolicyTypeAsync(DisablePolicyTypeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Disables an organizational policy type in a root.
disablePolicyTypeAsync(DisablePolicyTypeRequest, AsyncHandler<DisablePolicyTypeRequest, DisablePolicyTypeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Disables an organizational policy type in a root.
disablePolicyTypeAsync(DisablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
disablePolicyTypeAsync(DisablePolicyTypeRequest, AsyncHandler<DisablePolicyTypeRequest, DisablePolicyTypeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
DisablePolicyTypeRequest - Class in com.amazonaws.services.organizations.model
 
DisablePolicyTypeRequest() - Constructor for class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
 
DisablePolicyTypeResult - Class in com.amazonaws.services.organizations.model
 
DisablePolicyTypeResult() - Constructor for class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
 
DuplicateAccountException - Exception in com.amazonaws.services.organizations.model
That account is already present in the specified destination.
DuplicateAccountException(String) - Constructor for exception com.amazonaws.services.organizations.model.DuplicateAccountException
Constructs a new DuplicateAccountException with the specified error message.
DuplicateHandshakeException - Exception in com.amazonaws.services.organizations.model
A handshake with the same action and target already exists.
DuplicateHandshakeException(String) - Constructor for exception com.amazonaws.services.organizations.model.DuplicateHandshakeException
Constructs a new DuplicateHandshakeException with the specified error message.
DuplicateOrganizationalUnitException - Exception in com.amazonaws.services.organizations.model
An OU with the same name already exists.
DuplicateOrganizationalUnitException(String) - Constructor for exception com.amazonaws.services.organizations.model.DuplicateOrganizationalUnitException
Constructs a new DuplicateOrganizationalUnitException with the specified error message.
DuplicatePolicyAttachmentException - Exception in com.amazonaws.services.organizations.model
The selected policy is already attached to the specified target.
DuplicatePolicyAttachmentException(String) - Constructor for exception com.amazonaws.services.organizations.model.DuplicatePolicyAttachmentException
Constructs a new DuplicatePolicyAttachmentException with the specified error message.
DuplicatePolicyException - Exception in com.amazonaws.services.organizations.model
A policy with the same name already exists.
DuplicatePolicyException(String) - Constructor for exception com.amazonaws.services.organizations.model.DuplicatePolicyException
Constructs a new DuplicatePolicyException with the specified error message.

E

EffectivePolicy - Class in com.amazonaws.services.organizations.model
Contains rules to be applied to the affected accounts.
EffectivePolicy() - Constructor for class com.amazonaws.services.organizations.model.EffectivePolicy
 
EffectivePolicyNotFoundException - Exception in com.amazonaws.services.organizations.model
If you ran this action on the management account, this policy type is not enabled.
EffectivePolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.EffectivePolicyNotFoundException
Constructs a new EffectivePolicyNotFoundException with the specified error message.
EffectivePolicyType - Enum in com.amazonaws.services.organizations.model
 
enableAllFeatures(EnableAllFeaturesRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
enableAllFeatures(EnableAllFeaturesRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Enables all features in an organization.
enableAllFeatures(EnableAllFeaturesRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Enables all features in an organization.
enableAllFeaturesAsync(EnableAllFeaturesRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enableAllFeaturesAsync(EnableAllFeaturesRequest, AsyncHandler<EnableAllFeaturesRequest, EnableAllFeaturesResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enableAllFeaturesAsync(EnableAllFeaturesRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables all features in an organization.
enableAllFeaturesAsync(EnableAllFeaturesRequest, AsyncHandler<EnableAllFeaturesRequest, EnableAllFeaturesResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables all features in an organization.
enableAllFeaturesAsync(EnableAllFeaturesRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
enableAllFeaturesAsync(EnableAllFeaturesRequest, AsyncHandler<EnableAllFeaturesRequest, EnableAllFeaturesResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
EnableAllFeaturesRequest - Class in com.amazonaws.services.organizations.model
 
EnableAllFeaturesRequest() - Constructor for class com.amazonaws.services.organizations.model.EnableAllFeaturesRequest
 
EnableAllFeaturesResult - Class in com.amazonaws.services.organizations.model
 
EnableAllFeaturesResult() - Constructor for class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
 
enableAWSServiceAccess(EnableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
enableAWSServiceAccess(EnableAWSServiceAccessRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Enables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
enableAWSServiceAccess(EnableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Enables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest, AsyncHandler<EnableAWSServiceAccessRequest, EnableAWSServiceAccessResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest, AsyncHandler<EnableAWSServiceAccessRequest, EnableAWSServiceAccessResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables the integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations.
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
enableAWSServiceAccessAsync(EnableAWSServiceAccessRequest, AsyncHandler<EnableAWSServiceAccessRequest, EnableAWSServiceAccessResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
EnableAWSServiceAccessRequest - Class in com.amazonaws.services.organizations.model
 
EnableAWSServiceAccessRequest() - Constructor for class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
 
EnableAWSServiceAccessResult - Class in com.amazonaws.services.organizations.model
 
EnableAWSServiceAccessResult() - Constructor for class com.amazonaws.services.organizations.model.EnableAWSServiceAccessResult
 
EnabledServicePrincipal - Class in com.amazonaws.services.organizations.model
A structure that contains details of a service principal that represents an AWS service that is enabled to integrate with AWS Organizations.
EnabledServicePrincipal() - Constructor for class com.amazonaws.services.organizations.model.EnabledServicePrincipal
 
enablePolicyType(EnablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
enablePolicyType(EnablePolicyTypeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Enables a policy type in a root.
enablePolicyType(EnablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Enables a policy type in a root.
enablePolicyTypeAsync(EnablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enablePolicyTypeAsync(EnablePolicyTypeRequest, AsyncHandler<EnablePolicyTypeRequest, EnablePolicyTypeResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
enablePolicyTypeAsync(EnablePolicyTypeRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables a policy type in a root.
enablePolicyTypeAsync(EnablePolicyTypeRequest, AsyncHandler<EnablePolicyTypeRequest, EnablePolicyTypeResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables a policy type in a root.
enablePolicyTypeAsync(EnablePolicyTypeRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
enablePolicyTypeAsync(EnablePolicyTypeRequest, AsyncHandler<EnablePolicyTypeRequest, EnablePolicyTypeResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
EnablePolicyTypeRequest - Class in com.amazonaws.services.organizations.model
 
EnablePolicyTypeRequest() - Constructor for class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
 
EnablePolicyTypeResult - Class in com.amazonaws.services.organizations.model
 
EnablePolicyTypeResult() - Constructor for class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.organizations.AWSOrganizations
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Account
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.AttachPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Child
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DelegatedService
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeletePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DetachPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Handshake
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.MoveAccountResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Organization
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Parent
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Policy
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.PolicySummary
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Root
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
 

F

FinalizingOrganizationException - Exception in com.amazonaws.services.organizations.model
AWS Organizations couldn't perform the operation because your organization hasn't finished initializing.
FinalizingOrganizationException(String) - Constructor for exception com.amazonaws.services.organizations.model.FinalizingOrganizationException
Constructs a new FinalizingOrganizationException with the specified error message.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.AccessDeniedForDependencyExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.AccountJoinedMethod
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.AccountStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.ActionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.ChildType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.ConstraintViolationExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.CreateAccountFailureReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.CreateAccountState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.EffectivePolicyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeConstraintViolationExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakePartyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.IAMUserAccessToBilling
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.InvalidInputExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.OrganizationFeatureSet
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.ParentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.PolicyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.PolicyTypeStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.organizations.model.TargetType
Use this in place of valueOf.
FullControlAlreadyEnabledException - Exception in com.amazonaws.services.organizations.model
Deprecated.
exception will never be raised, no longer in use.
FullControlAlreadyEnabledException(String) - Constructor for exception com.amazonaws.services.organizations.model.FullControlAlreadyEnabledException
Deprecated.
Constructs a new FullControlAlreadyEnabledException with the specified error message.

G

getAccount() - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
A structure that contains information about the requested account.
getAccountId() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account.
getAccountId() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
getAccountId() - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
The unique identifier (ID) of the AWS account that you want information about.
getAccountId() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The account ID number of a delegated administrator account in the organization.
getAccountId() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the account that you want to move.
getAccountId() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The account ID number of the member account in the organization to register as a delegated administrator.
getAccountId() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
The unique identifier (ID) of the member account that you want to remove from the organization.
getAccountName() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The friendly name of the member account.
getAccountName() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The account name given to the account when it was created.
getAccountName() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The friendly name of the member account.
getAccounts() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
A list of the accounts in the specified root or OU.
getAccounts() - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
A list of objects in the organization.
getAction() - Method in class com.amazonaws.services.organizations.model.Handshake
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
getActionName() - Method in enum com.amazonaws.auth.policy.actions.OrganizationsActions
 
getActionType() - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the type of handshake action.
getArn() - Method in class com.amazonaws.services.organizations.model.Account
The Amazon Resource Name (ARN) of the account.
getArn() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The Amazon Resource Name (ARN) of the delegated administrator's account.
getArn() - Method in class com.amazonaws.services.organizations.model.Handshake
The Amazon Resource Name (ARN) of a handshake.
getArn() - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of an organization.
getArn() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The Amazon Resource Name (ARN) of this OU.
getArn() - Method in class com.amazonaws.services.organizations.model.PolicySummary
The Amazon Resource Name (ARN) of the policy.
getArn() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The Amazon Resource Name (ARN) of the policy target.
getArn() - Method in class com.amazonaws.services.organizations.model.Root
The Amazon Resource Name (ARN) of the root.
getAvailablePolicyTypes() - Method in class com.amazonaws.services.organizations.model.Organization
getAwsManaged() - Method in class com.amazonaws.services.organizations.model.PolicySummary
A boolean value that indicates whether the specified policy is an AWS managed policy.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getChildId() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The unique identifier (ID) of the OU or account whose parent containers you want to list.
getChildren() - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
The list of children of the specified parent container.
getChildType() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Filters the output to include only the specified child type.
getCompletedTimestamp() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the account was created and the request completed.
getContent() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The policy text content to add to the new policy.
getContent() - Method in class com.amazonaws.services.organizations.model.Policy
The text content of the policy.
getContent() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new content for the policy.
getCreateAccountRequestId() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
Specifies the Id value that uniquely identifies the CreateAccount request.
getCreateAccountStatus() - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
A structure that contains details about the request to create an account.
getCreateAccountStatus() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
getCreateAccountStatus() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
A structure that contains the current status of an account creation request.
getCreateAccountStatuses() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
A list of objects with details about the requests.
getDateEnabled() - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The date that the service principal was enabled for integration with AWS Organizations.
getDelegatedAdministrators() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
The list of delegated administrators in your organization.
getDelegatedServices() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
The services for which the account is a delegated administrator.
getDelegationEnabledDate() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the account was made a delegated administrator.
getDelegationEnabledDate() - Method in class com.amazonaws.services.organizations.model.DelegatedService
The date that the account became a delegated administrator for this service.
getDescription() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
An optional description to assign to the policy.
getDescription() - Method in class com.amazonaws.services.organizations.model.PolicySummary
The description of the policy.
getDescription() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new description for the policy.
getDestinationParentId() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
getEffectivePolicy() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
The contents of the effective policy.
getEmail() - Method in class com.amazonaws.services.organizations.model.Account
The email address associated with the AWS account.
getEmail() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The email address of the owner to assign to the new member account.
getEmail() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The email address of the owner to assign to the new member account in the commercial Region.
getEmail() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The email address that is associated with the delegated administrator's AWS account.
getEnabledServicePrincipals() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
A list of the service principals for the services that are enabled to integrate with your organization.
getExecutorService() - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
Returns the executor service used by this client to execute async requests.
getExpirationTimestamp() - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake expires.
getFailureReason() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the request failed, a description of the reason for the failure.
getFeatureSet() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Specifies the feature set supported by the new organization.
getFeatureSet() - Method in class com.amazonaws.services.organizations.model.Organization
Specifies the functionality that currently is available to the organization.
getFilter() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
Filters the handshakes that you want included in the response.
getFilter() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
A filter of the handshakes that you want included in the response.
getFilter() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The type of policy that you want to include in the returned list.
getFilter() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Specifies the type of policy that you want to include in the response.
getGovCloudAccountId() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.
getHandshake() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
A structure that contains details about the accepted handshake.
getHandshake() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
A structure that contains details about the handshake that you canceled.
getHandshake() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
A structure that contains details about the declined handshake.
getHandshake() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
A structure that contains information about the specified handshake.
getHandshake() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
A structure that contains details about the handshake created to support this request to enable all features in the organization.
getHandshake() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
A structure that contains details about the handshake that is created to support this invitation request.
getHandshakeId() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
The unique identifier (ID) of the handshake that you want to accept.
getHandshakeId() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
The unique identifier (ID) of the handshake that you want to cancel.
getHandshakeId() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
The unique identifier (ID) of the handshake that you want to decline.
getHandshakeId() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
The unique identifier (ID) of the handshake that you want information about.
getHandshakes() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
A list of Handshake objects with details about each of the handshakes that is associated with the specified account.
getHandshakes() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
A list of Handshake objects with details about each of the handshakes that are associated with an organization.
getIamUserAccessToBilling() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
getIamUserAccessToBilling() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions.
getId() - Method in class com.amazonaws.services.organizations.model.Account
The unique identifier (ID) of the account.
getId() - Method in class com.amazonaws.services.organizations.model.Child
The unique identifier (ID) of this child entity.
getId() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The unique identifier (ID) that references this request.
getId() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The unique identifier (ID) of the delegated administrator's account.
getId() - Method in class com.amazonaws.services.organizations.model.Handshake
The unique identifier (ID) of a handshake.
getId() - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The unique identifier (ID) for the party.
getId() - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of an organization.
getId() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The unique identifier (ID) associated with this OU.
getId() - Method in class com.amazonaws.services.organizations.model.Parent
The unique identifier (ID) of the parent entity.
getId() - Method in class com.amazonaws.services.organizations.model.PolicySummary
The unique identifier (ID) of the policy.
getId() - Method in class com.amazonaws.services.organizations.model.Root
The unique identifier (ID) for the root.
getJoinedMethod() - Method in class com.amazonaws.services.organizations.model.Account
The method by which the account joined the organization.
getJoinedMethod() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The method by which the delegated administrator's account joined the organization.
getJoinedTimestamp() - Method in class com.amazonaws.services.organizations.model.Account
The date the account became a part of the organization.
getJoinedTimestamp() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the delegated administrator's account became a part of the organization.
getKey() - Method in class com.amazonaws.services.organizations.model.Tag
The key identifier, or name, of the tag.
getLastUpdatedTimestamp() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The time of the last update to this policy.
getMasterAccountArn() - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
getMasterAccountEmail() - Method in class com.amazonaws.services.organizations.model.Organization
The email address that is associated with the AWS account that is designated as the management account for the organization.
getMasterAccountId() - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of the management account of an organization.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The total number of results that you want included on each page of the response.
getMaxResults() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The total number of results that you want included on each page of the response.
getName() - Method in class com.amazonaws.services.organizations.model.Account
The friendly name of the account.
getName() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The friendly name to assign to the new OU.
getName() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The friendly name to assign to the policy.
getName() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The friendly name of the delegated administrator's account.
getName() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The friendly name of this OU.
getName() - Method in class com.amazonaws.services.organizations.model.PolicySummary
The friendly name of the policy.
getName() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The friendly name of the policy target.
getName() - Method in class com.amazonaws.services.organizations.model.Root
The friendly name of the root.
getName() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The new name that you want to assign to the OU.
getName() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new name for the policy.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListParentsResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListRootsResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
If present, indicates that more output is available than is included in the current response.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
getNextToken() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
If present, indicates that more output is available than is included in the current response.
getNotes() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
Additional information that you want to include in the generated email to the recipient account owner.
getOrganization() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
A structure that contains details about the newly created organization.
getOrganization() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
A structure that contains information about the organization.
getOrganizationalUnit() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
A structure that contains details about the newly created OU.
getOrganizationalUnit() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
A structure that contains details about the specified OU.
getOrganizationalUnit() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
A structure that contains the details about the specified OU, including its new name.
getOrganizationalUnitId() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want to delete.
getOrganizationalUnitId() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want details about.
getOrganizationalUnitId() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The unique identifier (ID) of the OU that you want to rename.
getOrganizationalUnits() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
A list of the OUs in the specified root or parent OU.
getParentHandshakeId() - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the parent handshake.
getParentId() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The unique identifier (ID) of the parent root or OU that you want to create the new OU in.
getParentId() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
getParentId() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The unique identifier (ID) for the parent root or OU whose children you want to list.
getParentId() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The unique identifier (ID) of the root or OU whose child OUs you want to list.
getParents() - Method in class com.amazonaws.services.organizations.model.ListParentsResult
A list of parents for the specified child account or OU.
getParties() - Method in class com.amazonaws.services.organizations.model.Handshake
Information about the two accounts that are participating in the handshake.
getPolicies() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
The list of policies that match the criteria in the request.
getPolicies() - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
A list of policies that match the filter criteria in the request.
getPolicy() - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
A structure that contains details about the newly created policy.
getPolicy() - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
A structure that contains details about the specified policy.
getPolicy() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
A structure that contains details about the updated policy, showing the requested changes.
getPolicyContent() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The text content of the policy.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the policy that you want to attach to the target.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
The unique identifier (ID) of the policy that you want to delete.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
The unique identifier (ID) of the policy that you want details about.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the policy you want to detach.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The unique identifier (ID) of the policy whose attachments you want to know.
getPolicyId() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
The unique identifier (ID) of the policy that you want to update.
getPolicySummary() - Method in class com.amazonaws.services.organizations.model.Policy
A structure that contains additional details about the policy.
getPolicyType() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
The type of policy that you want information about.
getPolicyType() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The policy type that you want to disable in this root.
getPolicyType() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The policy type.
getPolicyType() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The policy type that you want to enable.
getPolicyTypes() - Method in class com.amazonaws.services.organizations.model.Root
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
getReason() - Method in exception com.amazonaws.services.organizations.model.AccessDeniedForDependencyException
 
getReason() - Method in exception com.amazonaws.services.organizations.model.ConstraintViolationException
 
getReason() - Method in exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
 
getReason() - Method in exception com.amazonaws.services.organizations.model.InvalidInputException
 
getRequestedTimestamp() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the request was made for the account creation.
getRequestedTimestamp() - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake request was made.
getResourceId() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The ID of the resource with the tags to list.
getResourceId() - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
The ID of the resource to add a tag to.
getResourceId() - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The ID of the resource to remove a tag from.
getResources() - Method in class com.amazonaws.services.organizations.model.Handshake
Additional information that is needed to process the handshake.
getResources() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
When needed, contains an additional array of HandshakeResource objects.
getRoleName() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
(Optional)
getRoleName() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
(Optional)
getRoot() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
getRoot() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
getRootId() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to disable a policy type.
getRootId() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to enable a policy type.
getRoots() - Method in class com.amazonaws.services.organizations.model.ListRootsResult
A list of roots that are defined in an organization.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.DelegatedService
The name of a service that can request an operation for the specified service.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The service principal name of an AWS service for which the account is a delegated administrator.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to disable integration with your organization.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to enable integration with your organization.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The name of the service principal.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
Specifies a service principal name.
getServicePrincipal() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The service principal of the AWS service for which you want to make the member account a delegated administrator.
getSourceParentId() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
getState() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The status of the request.
getState() - Method in class com.amazonaws.services.organizations.model.Handshake
The current state of the handshake.
getStates() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
A list of one or more states that you want included in the response.
getStatus() - Method in class com.amazonaws.services.organizations.model.Account
The status of the account in the organization.
getStatus() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The status of the delegated administrator's account in the organization.
getStatus() - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The status of the policy type as it relates to the associated root.
getTagKeys() - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The list of keys for tags to remove from the specified resource.
getTags() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
A list of tags that you want to attach to the newly created account.
getTags() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
A list of tags that you want to attach to the newly created account.
getTags() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
A list of tags that you want to attach to the newly created OU.
getTags() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
A list of tags that you want to attach to the newly created policy.
getTags() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
A list of tags that you want to attach to the account when it becomes a member of the organization.
getTags() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
The tags that are assigned to the resource.
getTags() - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
A list of tags to add to the specified resource.
getTarget() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
The identifier (ID) of the AWS account that you want to invite to join your organization.
getTargetId() - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.
getTargetId() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
When you're signed in as the management account, specify the ID of the account that you want details about.
getTargetId() - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.
getTargetId() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The account ID of the policy target.
getTargetId() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.
getTargetId() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The unique identifier (ID) of the policy target.
getTargets() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
getType() - Method in class com.amazonaws.services.organizations.model.Child
The type of this child entity.
getType() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The type of policy to create.
getType() - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The type of party.
getType() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The type of information being passed, specifying how the value is to be interpreted by the other party:
getType() - Method in class com.amazonaws.services.organizations.model.Parent
The type of the parent entity.
getType() - Method in class com.amazonaws.services.organizations.model.PolicySummary
The type of policy.
getType() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The type of the policy target.
getType() - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The name of the policy type.
getType() - Method in exception com.amazonaws.services.organizations.model.TooManyRequestsException
 
getValue() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The information that is passed to the other party in the handshake.
getValue() - Method in class com.amazonaws.services.organizations.model.Tag
The string value that's associated with the key of the tag.

H

Handshake - Class in com.amazonaws.services.organizations.model
Contains information that must be exchanged to securely establish a relationship between two accounts (an originator and a recipient).
Handshake() - Constructor for class com.amazonaws.services.organizations.model.Handshake
 
HandshakeAlreadyInStateException - Exception in com.amazonaws.services.organizations.model
The specified handshake is already in the requested state.
HandshakeAlreadyInStateException(String) - Constructor for exception com.amazonaws.services.organizations.model.HandshakeAlreadyInStateException
Constructs a new HandshakeAlreadyInStateException with the specified error message.
HandshakeConstraintViolationException - Exception in com.amazonaws.services.organizations.model
The requested operation would violate the constraint identified in the reason code.
HandshakeConstraintViolationException(String) - Constructor for exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
Constructs a new HandshakeConstraintViolationException with the specified error message.
HandshakeConstraintViolationExceptionReason - Enum in com.amazonaws.services.organizations.model
 
HandshakeFilter - Class in com.amazonaws.services.organizations.model
Specifies the criteria that are used to select the handshakes for the operation.
HandshakeFilter() - Constructor for class com.amazonaws.services.organizations.model.HandshakeFilter
 
HandshakeNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a handshake with the HandshakeId that you specified.
HandshakeNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.HandshakeNotFoundException
Constructs a new HandshakeNotFoundException with the specified error message.
HandshakeParty - Class in com.amazonaws.services.organizations.model
Identifies a participant in a handshake.
HandshakeParty() - Constructor for class com.amazonaws.services.organizations.model.HandshakeParty
 
HandshakePartyType - Enum in com.amazonaws.services.organizations.model
 
HandshakeResource - Class in com.amazonaws.services.organizations.model
Contains additional data that is needed to process a handshake.
HandshakeResource() - Constructor for class com.amazonaws.services.organizations.model.HandshakeResource
 
HandshakeResourceType - Enum in com.amazonaws.services.organizations.model
 
HandshakeState - Enum in com.amazonaws.services.organizations.model
 
hashCode() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Account
 
hashCode() - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.AttachPolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Child
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DelegatedService
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeletePolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DetachPolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Handshake
 
hashCode() - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
 
hashCode() - Method in class com.amazonaws.services.organizations.model.HandshakeParty
 
hashCode() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
 
hashCode() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListParentsResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListRootsResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.MoveAccountResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Organization
 
hashCode() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Parent
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Policy
 
hashCode() - Method in class com.amazonaws.services.organizations.model.PolicySummary
 
hashCode() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
 
hashCode() - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
 
hashCode() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Root
 
hashCode() - Method in class com.amazonaws.services.organizations.model.Tag
 
hashCode() - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
 

I

IAMUserAccessToBilling - Enum in com.amazonaws.services.organizations.model
 
InvalidHandshakeTransitionException - Exception in com.amazonaws.services.organizations.model
You can't perform the operation on the handshake in its current state.
InvalidHandshakeTransitionException(String) - Constructor for exception com.amazonaws.services.organizations.model.InvalidHandshakeTransitionException
Constructs a new InvalidHandshakeTransitionException with the specified error message.
InvalidInputException - Exception in com.amazonaws.services.organizations.model
The requested operation failed because you provided invalid values for one or more of the request parameters.
InvalidInputException(String) - Constructor for exception com.amazonaws.services.organizations.model.InvalidInputException
Constructs a new InvalidInputException with the specified error message.
InvalidInputExceptionReason - Enum in com.amazonaws.services.organizations.model
 
InvitationsDisabledDuringOrganizationModeChangeException - Exception in com.amazonaws.services.organizations.model
Deprecated.
exception will never be raised, no longer in use.
InvitationsDisabledDuringOrganizationModeChangeException(String) - Constructor for exception com.amazonaws.services.organizations.model.InvitationsDisabledDuringOrganizationModeChangeException
Deprecated.
Constructs a new InvitationsDisabledDuringOrganizationModeChangeException with the specified error message.
inviteAccountToOrganization(InviteAccountToOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
inviteAccountToOrganization(InviteAccountToOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Sends an invitation to another account to join your organization as a member account.
inviteAccountToOrganization(InviteAccountToOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Sends an invitation to another account to join your organization as a member account.
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest, AsyncHandler<InviteAccountToOrganizationRequest, InviteAccountToOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Sends an invitation to another account to join your organization as a member account.
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest, AsyncHandler<InviteAccountToOrganizationRequest, InviteAccountToOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Sends an invitation to another account to join your organization as a member account.
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
inviteAccountToOrganizationAsync(InviteAccountToOrganizationRequest, AsyncHandler<InviteAccountToOrganizationRequest, InviteAccountToOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
InviteAccountToOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
InviteAccountToOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
 
InviteAccountToOrganizationResult - Class in com.amazonaws.services.organizations.model
 
InviteAccountToOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
 
isAwsManaged() - Method in class com.amazonaws.services.organizations.model.PolicySummary
A boolean value that indicates whether the specified policy is an AWS managed policy.
isNotType() - Method in enum com.amazonaws.auth.policy.actions.OrganizationsActions
 

L

leaveOrganization(LeaveOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
leaveOrganization(LeaveOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Removes a member account from its parent organization.
leaveOrganization(LeaveOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Removes a member account from its parent organization.
leaveOrganizationAsync(LeaveOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
leaveOrganizationAsync(LeaveOrganizationRequest, AsyncHandler<LeaveOrganizationRequest, LeaveOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
leaveOrganizationAsync(LeaveOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes a member account from its parent organization.
leaveOrganizationAsync(LeaveOrganizationRequest, AsyncHandler<LeaveOrganizationRequest, LeaveOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes a member account from its parent organization.
leaveOrganizationAsync(LeaveOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
leaveOrganizationAsync(LeaveOrganizationRequest, AsyncHandler<LeaveOrganizationRequest, LeaveOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
LeaveOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
LeaveOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.LeaveOrganizationRequest
 
LeaveOrganizationResult - Class in com.amazonaws.services.organizations.model
 
LeaveOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.LeaveOrganizationResult
 
listAccounts(ListAccountsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listAccounts(ListAccountsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists all the accounts in the organization.
listAccounts(ListAccountsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists all the accounts in the organization.
listAccountsAsync(ListAccountsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAccountsAsync(ListAccountsRequest, AsyncHandler<ListAccountsRequest, ListAccountsResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAccountsAsync(ListAccountsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all the accounts in the organization.
listAccountsAsync(ListAccountsRequest, AsyncHandler<ListAccountsRequest, ListAccountsResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all the accounts in the organization.
listAccountsAsync(ListAccountsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listAccountsAsync(ListAccountsRequest, AsyncHandler<ListAccountsRequest, ListAccountsResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listAccountsForParent(ListAccountsForParentRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listAccountsForParent(ListAccountsForParentRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).
listAccountsForParent(ListAccountsForParentRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).
listAccountsForParentAsync(ListAccountsForParentRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAccountsForParentAsync(ListAccountsForParentRequest, AsyncHandler<ListAccountsForParentRequest, ListAccountsForParentResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAccountsForParentAsync(ListAccountsForParentRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).
listAccountsForParentAsync(ListAccountsForParentRequest, AsyncHandler<ListAccountsForParentRequest, ListAccountsForParentResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).
listAccountsForParentAsync(ListAccountsForParentRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listAccountsForParentAsync(ListAccountsForParentRequest, AsyncHandler<ListAccountsForParentRequest, ListAccountsForParentResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListAccountsForParentRequest - Class in com.amazonaws.services.organizations.model
 
ListAccountsForParentRequest() - Constructor for class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
 
ListAccountsForParentResult - Class in com.amazonaws.services.organizations.model
 
ListAccountsForParentResult() - Constructor for class com.amazonaws.services.organizations.model.ListAccountsForParentResult
 
ListAccountsRequest - Class in com.amazonaws.services.organizations.model
 
ListAccountsRequest() - Constructor for class com.amazonaws.services.organizations.model.ListAccountsRequest
 
ListAccountsResult - Class in com.amazonaws.services.organizations.model
 
ListAccountsResult() - Constructor for class com.amazonaws.services.organizations.model.ListAccountsResult
 
listAWSServiceAccessForOrganization(ListAWSServiceAccessForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listAWSServiceAccessForOrganization(ListAWSServiceAccessForOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Returns a list of the AWS services that you enabled to integrate with your organization.
listAWSServiceAccessForOrganization(ListAWSServiceAccessForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Returns a list of the AWS services that you enabled to integrate with your organization.
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest, AsyncHandler<ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Returns a list of the AWS services that you enabled to integrate with your organization.
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest, AsyncHandler<ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Returns a list of the AWS services that you enabled to integrate with your organization.
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listAWSServiceAccessForOrganizationAsync(ListAWSServiceAccessForOrganizationRequest, AsyncHandler<ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListAWSServiceAccessForOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
ListAWSServiceAccessForOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
 
ListAWSServiceAccessForOrganizationResult - Class in com.amazonaws.services.organizations.model
 
ListAWSServiceAccessForOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
 
listChildren(ListChildrenRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listChildren(ListChildrenRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
listChildren(ListChildrenRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
listChildrenAsync(ListChildrenRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listChildrenAsync(ListChildrenRequest, AsyncHandler<ListChildrenRequest, ListChildrenResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listChildrenAsync(ListChildrenRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
listChildrenAsync(ListChildrenRequest, AsyncHandler<ListChildrenRequest, ListChildrenResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
listChildrenAsync(ListChildrenRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listChildrenAsync(ListChildrenRequest, AsyncHandler<ListChildrenRequest, ListChildrenResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListChildrenRequest - Class in com.amazonaws.services.organizations.model
 
ListChildrenRequest() - Constructor for class com.amazonaws.services.organizations.model.ListChildrenRequest
 
ListChildrenResult - Class in com.amazonaws.services.organizations.model
 
ListChildrenResult() - Constructor for class com.amazonaws.services.organizations.model.ListChildrenResult
 
listCreateAccountStatus(ListCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listCreateAccountStatus(ListCreateAccountStatusRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the account creation requests that match the specified status that is currently being tracked for the organization.
listCreateAccountStatus(ListCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the account creation requests that match the specified status that is currently being tracked for the organization.
listCreateAccountStatusAsync(ListCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listCreateAccountStatusAsync(ListCreateAccountStatusRequest, AsyncHandler<ListCreateAccountStatusRequest, ListCreateAccountStatusResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listCreateAccountStatusAsync(ListCreateAccountStatusRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the account creation requests that match the specified status that is currently being tracked for the organization.
listCreateAccountStatusAsync(ListCreateAccountStatusRequest, AsyncHandler<ListCreateAccountStatusRequest, ListCreateAccountStatusResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the account creation requests that match the specified status that is currently being tracked for the organization.
listCreateAccountStatusAsync(ListCreateAccountStatusRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listCreateAccountStatusAsync(ListCreateAccountStatusRequest, AsyncHandler<ListCreateAccountStatusRequest, ListCreateAccountStatusResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListCreateAccountStatusRequest - Class in com.amazonaws.services.organizations.model
 
ListCreateAccountStatusRequest() - Constructor for class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
 
ListCreateAccountStatusResult - Class in com.amazonaws.services.organizations.model
 
ListCreateAccountStatusResult() - Constructor for class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
 
listDelegatedAdministrators(ListDelegatedAdministratorsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listDelegatedAdministrators(ListDelegatedAdministratorsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the AWS accounts that are designated as delegated administrators in this organization.
listDelegatedAdministrators(ListDelegatedAdministratorsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the AWS accounts that are designated as delegated administrators in this organization.
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest, AsyncHandler<ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the AWS accounts that are designated as delegated administrators in this organization.
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest, AsyncHandler<ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the AWS accounts that are designated as delegated administrators in this organization.
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listDelegatedAdministratorsAsync(ListDelegatedAdministratorsRequest, AsyncHandler<ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListDelegatedAdministratorsRequest - Class in com.amazonaws.services.organizations.model
 
ListDelegatedAdministratorsRequest() - Constructor for class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
 
ListDelegatedAdministratorsResult - Class in com.amazonaws.services.organizations.model
 
ListDelegatedAdministratorsResult() - Constructor for class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
 
listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
List the AWS services for which the specified account is a delegated administrator.
listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
List the AWS services for which the specified account is a delegated administrator.
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest, AsyncHandler<ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
List the AWS services for which the specified account is a delegated administrator.
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest, AsyncHandler<ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
List the AWS services for which the specified account is a delegated administrator.
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listDelegatedServicesForAccountAsync(ListDelegatedServicesForAccountRequest, AsyncHandler<ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListDelegatedServicesForAccountRequest - Class in com.amazonaws.services.organizations.model
 
ListDelegatedServicesForAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
 
ListDelegatedServicesForAccountResult - Class in com.amazonaws.services.organizations.model
 
ListDelegatedServicesForAccountResult() - Constructor for class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
 
listHandshakesForAccount(ListHandshakesForAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listHandshakesForAccount(ListHandshakesForAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the current handshakes that are associated with the account of the requesting user.
listHandshakesForAccount(ListHandshakesForAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the current handshakes that are associated with the account of the requesting user.
listHandshakesForAccountAsync(ListHandshakesForAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listHandshakesForAccountAsync(ListHandshakesForAccountRequest, AsyncHandler<ListHandshakesForAccountRequest, ListHandshakesForAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listHandshakesForAccountAsync(ListHandshakesForAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the current handshakes that are associated with the account of the requesting user.
listHandshakesForAccountAsync(ListHandshakesForAccountRequest, AsyncHandler<ListHandshakesForAccountRequest, ListHandshakesForAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the current handshakes that are associated with the account of the requesting user.
listHandshakesForAccountAsync(ListHandshakesForAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listHandshakesForAccountAsync(ListHandshakesForAccountRequest, AsyncHandler<ListHandshakesForAccountRequest, ListHandshakesForAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListHandshakesForAccountRequest - Class in com.amazonaws.services.organizations.model
 
ListHandshakesForAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
 
ListHandshakesForAccountResult - Class in com.amazonaws.services.organizations.model
 
ListHandshakesForAccountResult() - Constructor for class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
 
listHandshakesForOrganization(ListHandshakesForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listHandshakesForOrganization(ListHandshakesForOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the handshakes that are associated with the organization that the requesting user is part of.
listHandshakesForOrganization(ListHandshakesForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the handshakes that are associated with the organization that the requesting user is part of.
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest, AsyncHandler<ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the handshakes that are associated with the organization that the requesting user is part of.
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest, AsyncHandler<ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the handshakes that are associated with the organization that the requesting user is part of.
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listHandshakesForOrganizationAsync(ListHandshakesForOrganizationRequest, AsyncHandler<ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListHandshakesForOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
ListHandshakesForOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
 
ListHandshakesForOrganizationResult - Class in com.amazonaws.services.organizations.model
 
ListHandshakesForOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
 
listOrganizationalUnitsForParent(ListOrganizationalUnitsForParentRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listOrganizationalUnitsForParent(ListOrganizationalUnitsForParentRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the organizational units (OUs) in a parent organizational unit or root.
listOrganizationalUnitsForParent(ListOrganizationalUnitsForParentRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the organizational units (OUs) in a parent organizational unit or root.
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest, AsyncHandler<ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the organizational units (OUs) in a parent organizational unit or root.
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest, AsyncHandler<ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the organizational units (OUs) in a parent organizational unit or root.
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listOrganizationalUnitsForParentAsync(ListOrganizationalUnitsForParentRequest, AsyncHandler<ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListOrganizationalUnitsForParentRequest - Class in com.amazonaws.services.organizations.model
 
ListOrganizationalUnitsForParentRequest() - Constructor for class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
 
ListOrganizationalUnitsForParentResult - Class in com.amazonaws.services.organizations.model
 
ListOrganizationalUnitsForParentResult() - Constructor for class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
 
listParents(ListParentsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listParents(ListParentsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.
listParents(ListParentsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.
listParentsAsync(ListParentsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listParentsAsync(ListParentsRequest, AsyncHandler<ListParentsRequest, ListParentsResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listParentsAsync(ListParentsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.
listParentsAsync(ListParentsRequest, AsyncHandler<ListParentsRequest, ListParentsResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.
listParentsAsync(ListParentsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listParentsAsync(ListParentsRequest, AsyncHandler<ListParentsRequest, ListParentsResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListParentsRequest - Class in com.amazonaws.services.organizations.model
 
ListParentsRequest() - Constructor for class com.amazonaws.services.organizations.model.ListParentsRequest
 
ListParentsResult - Class in com.amazonaws.services.organizations.model
 
ListParentsResult() - Constructor for class com.amazonaws.services.organizations.model.ListParentsResult
 
listPolicies(ListPoliciesRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listPolicies(ListPoliciesRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Retrieves the list of all policies in an organization of a specified type.
listPolicies(ListPoliciesRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Retrieves the list of all policies in an organization of a specified type.
listPoliciesAsync(ListPoliciesRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listPoliciesAsync(ListPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listPoliciesAsync(ListPoliciesRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves the list of all policies in an organization of a specified type.
listPoliciesAsync(ListPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Retrieves the list of all policies in an organization of a specified type.
listPoliciesAsync(ListPoliciesRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listPoliciesAsync(ListPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listPoliciesForTarget(ListPoliciesForTargetRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listPoliciesForTarget(ListPoliciesForTargetRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
listPoliciesForTarget(ListPoliciesForTargetRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
listPoliciesForTargetAsync(ListPoliciesForTargetRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listPoliciesForTargetAsync(ListPoliciesForTargetRequest, AsyncHandler<ListPoliciesForTargetRequest, ListPoliciesForTargetResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listPoliciesForTargetAsync(ListPoliciesForTargetRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
listPoliciesForTargetAsync(ListPoliciesForTargetRequest, AsyncHandler<ListPoliciesForTargetRequest, ListPoliciesForTargetResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
listPoliciesForTargetAsync(ListPoliciesForTargetRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listPoliciesForTargetAsync(ListPoliciesForTargetRequest, AsyncHandler<ListPoliciesForTargetRequest, ListPoliciesForTargetResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListPoliciesForTargetRequest - Class in com.amazonaws.services.organizations.model
 
ListPoliciesForTargetRequest() - Constructor for class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
 
ListPoliciesForTargetResult - Class in com.amazonaws.services.organizations.model
 
ListPoliciesForTargetResult() - Constructor for class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
 
ListPoliciesRequest - Class in com.amazonaws.services.organizations.model
 
ListPoliciesRequest() - Constructor for class com.amazonaws.services.organizations.model.ListPoliciesRequest
 
ListPoliciesResult - Class in com.amazonaws.services.organizations.model
 
ListPoliciesResult() - Constructor for class com.amazonaws.services.organizations.model.ListPoliciesResult
 
listRoots(ListRootsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listRoots(ListRootsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists the roots that are defined in the current organization.
listRoots(ListRootsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists the roots that are defined in the current organization.
listRootsAsync(ListRootsRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listRootsAsync(ListRootsRequest, AsyncHandler<ListRootsRequest, ListRootsResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listRootsAsync(ListRootsRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the roots that are defined in the current organization.
listRootsAsync(ListRootsRequest, AsyncHandler<ListRootsRequest, ListRootsResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists the roots that are defined in the current organization.
listRootsAsync(ListRootsRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listRootsAsync(ListRootsRequest, AsyncHandler<ListRootsRequest, ListRootsResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListRootsRequest - Class in com.amazonaws.services.organizations.model
 
ListRootsRequest() - Constructor for class com.amazonaws.services.organizations.model.ListRootsRequest
 
ListRootsResult - Class in com.amazonaws.services.organizations.model
 
ListRootsResult() - Constructor for class com.amazonaws.services.organizations.model.ListRootsResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists tags that are attached to the specified resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists tags that are attached to the specified resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists tags that are attached to the specified resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists tags that are attached to the specified resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.organizations.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.organizations.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.organizations.model.ListTagsForResourceResult
 
listTargetsForPolicy(ListTargetsForPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
listTargetsForPolicy(ListTargetsForPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
listTargetsForPolicy(ListTargetsForPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
listTargetsForPolicyAsync(ListTargetsForPolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listTargetsForPolicyAsync(ListTargetsForPolicyRequest, AsyncHandler<ListTargetsForPolicyRequest, ListTargetsForPolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
listTargetsForPolicyAsync(ListTargetsForPolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
listTargetsForPolicyAsync(ListTargetsForPolicyRequest, AsyncHandler<ListTargetsForPolicyRequest, ListTargetsForPolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
listTargetsForPolicyAsync(ListTargetsForPolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
listTargetsForPolicyAsync(ListTargetsForPolicyRequest, AsyncHandler<ListTargetsForPolicyRequest, ListTargetsForPolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
ListTargetsForPolicyRequest - Class in com.amazonaws.services.organizations.model
 
ListTargetsForPolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
 
ListTargetsForPolicyResult - Class in com.amazonaws.services.organizations.model
 
ListTargetsForPolicyResult() - Constructor for class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
 

M

MalformedPolicyDocumentException - Exception in com.amazonaws.services.organizations.model
The provided policy document doesn't meet the requirements of the specified policy type.
MalformedPolicyDocumentException(String) - Constructor for exception com.amazonaws.services.organizations.model.MalformedPolicyDocumentException
Constructs a new MalformedPolicyDocumentException with the specified error message.
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Account
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Child
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.DelegatedService
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Handshake
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Organization
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Parent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Policy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.PolicySummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Root
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.organizations.model.Tag
 
MasterCannotLeaveOrganizationException - Exception in com.amazonaws.services.organizations.model
You can't remove a management account from an organization.
MasterCannotLeaveOrganizationException(String) - Constructor for exception com.amazonaws.services.organizations.model.MasterCannotLeaveOrganizationException
Constructs a new MasterCannotLeaveOrganizationException with the specified error message.
moveAccount(MoveAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
moveAccount(MoveAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.
moveAccount(MoveAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.
moveAccountAsync(MoveAccountRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
moveAccountAsync(MoveAccountRequest, AsyncHandler<MoveAccountRequest, MoveAccountResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
moveAccountAsync(MoveAccountRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.
moveAccountAsync(MoveAccountRequest, AsyncHandler<MoveAccountRequest, MoveAccountResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Moves an account from its current source parent root or organizational unit (OU) to the specified destination parent root or OU.
moveAccountAsync(MoveAccountRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
moveAccountAsync(MoveAccountRequest, AsyncHandler<MoveAccountRequest, MoveAccountResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
MoveAccountRequest - Class in com.amazonaws.services.organizations.model
 
MoveAccountRequest() - Constructor for class com.amazonaws.services.organizations.model.MoveAccountRequest
 
MoveAccountResult - Class in com.amazonaws.services.organizations.model
 
MoveAccountResult() - Constructor for class com.amazonaws.services.organizations.model.MoveAccountResult
 

O

Organization - Class in com.amazonaws.services.organizations.model
Contains details about an organization.
Organization() - Constructor for class com.amazonaws.services.organizations.model.Organization
 
OrganizationalUnit - Class in com.amazonaws.services.organizations.model
Contains details about an organizational unit (OU).
OrganizationalUnit() - Constructor for class com.amazonaws.services.organizations.model.OrganizationalUnit
 
OrganizationalUnitNotEmptyException - Exception in com.amazonaws.services.organizations.model
The specified OU is not empty.
OrganizationalUnitNotEmptyException(String) - Constructor for exception com.amazonaws.services.organizations.model.OrganizationalUnitNotEmptyException
Constructs a new OrganizationalUnitNotEmptyException with the specified error message.
OrganizationalUnitNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find an OU with the OrganizationalUnitId that you specified.
OrganizationalUnitNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.OrganizationalUnitNotFoundException
Constructs a new OrganizationalUnitNotFoundException with the specified error message.
OrganizationFeatureSet - Enum in com.amazonaws.services.organizations.model
 
OrganizationFromDifferentSellerOfRecordException - Exception in com.amazonaws.services.organizations.model
Deprecated.
exception will never be raised, no longer in use.
OrganizationFromDifferentSellerOfRecordException(String) - Constructor for exception com.amazonaws.services.organizations.model.OrganizationFromDifferentSellerOfRecordException
Deprecated.
Constructs a new OrganizationFromDifferentSellerOfRecordException with the specified error message.
OrganizationNotEmptyException - Exception in com.amazonaws.services.organizations.model
The organization isn't empty.
OrganizationNotEmptyException(String) - Constructor for exception com.amazonaws.services.organizations.model.OrganizationNotEmptyException
Constructs a new OrganizationNotEmptyException with the specified error message.
OrganizationsActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for Organizations.

P

Parent - Class in com.amazonaws.services.organizations.model
Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.
Parent() - Constructor for class com.amazonaws.services.organizations.model.Parent
 
ParentNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a root or OU with the ParentId that you specified.
ParentNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.ParentNotFoundException
Constructs a new ParentNotFoundException with the specified error message.
ParentType - Enum in com.amazonaws.services.organizations.model
 
PaymentInstrumentRequiredException - Exception in com.amazonaws.services.organizations.model
Deprecated.
exception will never be raised, no longer in use.
PaymentInstrumentRequiredException(String) - Constructor for exception com.amazonaws.services.organizations.model.PaymentInstrumentRequiredException
Deprecated.
Constructs a new PaymentInstrumentRequiredException with the specified error message.
Policy - Class in com.amazonaws.services.organizations.model
Contains rules to be applied to the affected accounts.
Policy() - Constructor for class com.amazonaws.services.organizations.model.Policy
 
PolicyChangesInProgressException - Exception in com.amazonaws.services.organizations.model
Changes to the effective policy are in progress, and its contents can't be returned.
PolicyChangesInProgressException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyChangesInProgressException
Constructs a new PolicyChangesInProgressException with the specified error message.
PolicyInUseException - Exception in com.amazonaws.services.organizations.model
The policy is attached to one or more entities.
PolicyInUseException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyInUseException
Constructs a new PolicyInUseException with the specified error message.
PolicyNotAttachedException - Exception in com.amazonaws.services.organizations.model
The policy isn't attached to the specified target in the specified root.
PolicyNotAttachedException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyNotAttachedException
Constructs a new PolicyNotAttachedException with the specified error message.
PolicyNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a policy with the PolicyId that you specified.
PolicyNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyNotFoundException
Constructs a new PolicyNotFoundException with the specified error message.
PolicySummary - Class in com.amazonaws.services.organizations.model
Contains information about a policy, but does not include the content.
PolicySummary() - Constructor for class com.amazonaws.services.organizations.model.PolicySummary
 
PolicyTargetSummary - Class in com.amazonaws.services.organizations.model
Contains information about a root, OU, or account that a policy is attached to.
PolicyTargetSummary() - Constructor for class com.amazonaws.services.organizations.model.PolicyTargetSummary
 
PolicyType - Enum in com.amazonaws.services.organizations.model
 
PolicyTypeAlreadyEnabledException - Exception in com.amazonaws.services.organizations.model
The specified policy type is already enabled in the specified root.
PolicyTypeAlreadyEnabledException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyTypeAlreadyEnabledException
Constructs a new PolicyTypeAlreadyEnabledException with the specified error message.
PolicyTypeNotAvailableForOrganizationException - Exception in com.amazonaws.services.organizations.model
You can't use the specified policy type with the feature set currently enabled for this organization.
PolicyTypeNotAvailableForOrganizationException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyTypeNotAvailableForOrganizationException
Constructs a new PolicyTypeNotAvailableForOrganizationException with the specified error message.
PolicyTypeNotEnabledException - Exception in com.amazonaws.services.organizations.model
The specified policy type isn't currently enabled in this root.
PolicyTypeNotEnabledException(String) - Constructor for exception com.amazonaws.services.organizations.model.PolicyTypeNotEnabledException
Constructs a new PolicyTypeNotEnabledException with the specified error message.
PolicyTypeStatus - Enum in com.amazonaws.services.organizations.model
 
PolicyTypeSummary - Class in com.amazonaws.services.organizations.model
Contains information about a policy type and its status in the associated root.
PolicyTypeSummary() - Constructor for class com.amazonaws.services.organizations.model.PolicyTypeSummary
 

R

registerDelegatedAdministrator(RegisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
registerDelegatedAdministrator(RegisterDelegatedAdministratorRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Enables the specified member account to administer the Organizations features of the specified AWS service.
registerDelegatedAdministrator(RegisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Enables the specified member account to administer the Organizations features of the specified AWS service.
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest, AsyncHandler<RegisterDelegatedAdministratorRequest, RegisterDelegatedAdministratorResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables the specified member account to administer the Organizations features of the specified AWS service.
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest, AsyncHandler<RegisterDelegatedAdministratorRequest, RegisterDelegatedAdministratorResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Enables the specified member account to administer the Organizations features of the specified AWS service.
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
registerDelegatedAdministratorAsync(RegisterDelegatedAdministratorRequest, AsyncHandler<RegisterDelegatedAdministratorRequest, RegisterDelegatedAdministratorResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
RegisterDelegatedAdministratorRequest - Class in com.amazonaws.services.organizations.model
 
RegisterDelegatedAdministratorRequest() - Constructor for class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
 
RegisterDelegatedAdministratorResult - Class in com.amazonaws.services.organizations.model
 
RegisterDelegatedAdministratorResult() - Constructor for class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorResult
 
removeAccountFromOrganization(RemoveAccountFromOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
removeAccountFromOrganization(RemoveAccountFromOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Removes the specified account from the organization.
removeAccountFromOrganization(RemoveAccountFromOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Removes the specified account from the organization.
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest, AsyncHandler<RemoveAccountFromOrganizationRequest, RemoveAccountFromOrganizationResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes the specified account from the organization.
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest, AsyncHandler<RemoveAccountFromOrganizationRequest, RemoveAccountFromOrganizationResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes the specified account from the organization.
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
removeAccountFromOrganizationAsync(RemoveAccountFromOrganizationRequest, AsyncHandler<RemoveAccountFromOrganizationRequest, RemoveAccountFromOrganizationResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
RemoveAccountFromOrganizationRequest - Class in com.amazonaws.services.organizations.model
 
RemoveAccountFromOrganizationRequest() - Constructor for class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
 
RemoveAccountFromOrganizationResult - Class in com.amazonaws.services.organizations.model
 
RemoveAccountFromOrganizationResult() - Constructor for class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationResult
 
Root - Class in com.amazonaws.services.organizations.model
Contains details about a root.
Root() - Constructor for class com.amazonaws.services.organizations.model.Root
 
RootNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a root with the RootId that you specified.
RootNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.RootNotFoundException
Constructs a new RootNotFoundException with the specified error message.

S

ServiceException - Exception in com.amazonaws.services.organizations.model
AWS Organizations can't complete your request because of an internal service error.
ServiceException(String) - Constructor for exception com.amazonaws.services.organizations.model.ServiceException
Constructs a new ServiceException with the specified error message.
setAccount(Account) - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
A structure that contains information about the requested account.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
The unique identifier (ID) of the AWS account that you want information about.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The account ID number of a delegated administrator account in the organization.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the account that you want to move.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The account ID number of the member account in the organization to register as a delegated administrator.
setAccountId(String) - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
The unique identifier (ID) of the member account that you want to remove from the organization.
setAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The friendly name of the member account.
setAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The account name given to the account when it was created.
setAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The friendly name of the member account.
setAccounts(Collection<Account>) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
A list of the accounts in the specified root or OU.
setAccounts(Collection<Account>) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
A list of objects in the organization.
setAction(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
setAction(ActionType) - Method in class com.amazonaws.services.organizations.model.Handshake
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
setActionType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the type of handshake action.
setActionType(ActionType) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the type of handshake action.
setArn(String) - Method in class com.amazonaws.services.organizations.model.Account
The Amazon Resource Name (ARN) of the account.
setArn(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The Amazon Resource Name (ARN) of the delegated administrator's account.
setArn(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The Amazon Resource Name (ARN) of a handshake.
setArn(String) - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of an organization.
setArn(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The Amazon Resource Name (ARN) of this OU.
setArn(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The Amazon Resource Name (ARN) of the policy.
setArn(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The Amazon Resource Name (ARN) of the policy target.
setArn(String) - Method in class com.amazonaws.services.organizations.model.Root
The Amazon Resource Name (ARN) of the root.
setAvailablePolicyTypes(Collection<PolicyTypeSummary>) - Method in class com.amazonaws.services.organizations.model.Organization
setAwsManaged(Boolean) - Method in class com.amazonaws.services.organizations.model.PolicySummary
A boolean value that indicates whether the specified policy is an AWS managed policy.
setChildId(String) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The unique identifier (ID) of the OU or account whose parent containers you want to list.
setChildren(Collection<Child>) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
The list of children of the specified parent container.
setChildType(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Filters the output to include only the specified child type.
setChildType(ChildType) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Filters the output to include only the specified child type.
setCompletedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the account was created and the request completed.
setContent(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The policy text content to add to the new policy.
setContent(String) - Method in class com.amazonaws.services.organizations.model.Policy
The text content of the policy.
setContent(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new content for the policy.
setCreateAccountRequestId(String) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
Specifies the Id value that uniquely identifies the CreateAccount request.
setCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
A structure that contains details about the request to create an account.
setCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
setCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
A structure that contains the current status of an account creation request.
setCreateAccountStatuses(Collection<CreateAccountStatus>) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
A list of objects with details about the requests.
setDateEnabled(Date) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The date that the service principal was enabled for integration with AWS Organizations.
setDelegatedAdministrators(Collection<DelegatedAdministrator>) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
The list of delegated administrators in your organization.
setDelegatedServices(Collection<DelegatedService>) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
The services for which the account is a delegated administrator.
setDelegationEnabledDate(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the account was made a delegated administrator.
setDelegationEnabledDate(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedService
The date that the account became a delegated administrator for this service.
setDescription(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
An optional description to assign to the policy.
setDescription(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The description of the policy.
setDescription(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new description for the policy.
setDestinationParentId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
setEffectivePolicy(EffectivePolicy) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
The contents of the effective policy.
setEmail(String) - Method in class com.amazonaws.services.organizations.model.Account
The email address associated with the AWS account.
setEmail(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The email address of the owner to assign to the new member account.
setEmail(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The email address of the owner to assign to the new member account in the commercial Region.
setEmail(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The email address that is associated with the delegated administrator's AWS account.
setEnabledServicePrincipals(Collection<EnabledServicePrincipal>) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
A list of the service principals for the services that are enabled to integrate with your organization.
setEndpoint(String) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
setEndpoint(String) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setExpirationTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake expires.
setFailureReason(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the request failed, a description of the reason for the failure.
setFailureReason(CreateAccountFailureReason) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the request failed, a description of the reason for the failure.
setFeatureSet(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Specifies the feature set supported by the new organization.
setFeatureSet(OrganizationFeatureSet) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Specifies the feature set supported by the new organization.
setFeatureSet(String) - Method in class com.amazonaws.services.organizations.model.Organization
Specifies the functionality that currently is available to the organization.
setFeatureSet(OrganizationFeatureSet) - Method in class com.amazonaws.services.organizations.model.Organization
Specifies the functionality that currently is available to the organization.
setFilter(HandshakeFilter) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
Filters the handshakes that you want included in the response.
setFilter(HandshakeFilter) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
A filter of the handshakes that you want included in the response.
setFilter(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The type of policy that you want to include in the returned list.
setFilter(PolicyType) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The type of policy that you want to include in the returned list.
setFilter(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Specifies the type of policy that you want to include in the response.
setFilter(PolicyType) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Specifies the type of policy that you want to include in the response.
setGovCloudAccountId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
A structure that contains details about the accepted handshake.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
A structure that contains details about the handshake that you canceled.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
A structure that contains details about the declined handshake.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
A structure that contains information about the specified handshake.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
A structure that contains details about the handshake created to support this request to enable all features in the organization.
setHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
A structure that contains details about the handshake that is created to support this invitation request.
setHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
The unique identifier (ID) of the handshake that you want to accept.
setHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
The unique identifier (ID) of the handshake that you want to cancel.
setHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
The unique identifier (ID) of the handshake that you want to decline.
setHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
The unique identifier (ID) of the handshake that you want information about.
setHandshakes(Collection<Handshake>) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
A list of Handshake objects with details about each of the handshakes that is associated with the specified account.
setHandshakes(Collection<Handshake>) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
A list of Handshake objects with details about each of the handshakes that are associated with an organization.
setIamUserAccessToBilling(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
setIamUserAccessToBilling(IAMUserAccessToBilling) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
setIamUserAccessToBilling(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions.
setId(String) - Method in class com.amazonaws.services.organizations.model.Account
The unique identifier (ID) of the account.
setId(String) - Method in class com.amazonaws.services.organizations.model.Child
The unique identifier (ID) of this child entity.
setId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The unique identifier (ID) that references this request.
setId(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The unique identifier (ID) of the delegated administrator's account.
setId(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The unique identifier (ID) of a handshake.
setId(String) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The unique identifier (ID) for the party.
setId(String) - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of an organization.
setId(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The unique identifier (ID) associated with this OU.
setId(String) - Method in class com.amazonaws.services.organizations.model.Parent
The unique identifier (ID) of the parent entity.
setId(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The unique identifier (ID) of the policy.
setId(String) - Method in class com.amazonaws.services.organizations.model.Root
The unique identifier (ID) for the root.
setJoinedMethod(String) - Method in class com.amazonaws.services.organizations.model.Account
The method by which the account joined the organization.
setJoinedMethod(AccountJoinedMethod) - Method in class com.amazonaws.services.organizations.model.Account
The method by which the account joined the organization.
setJoinedMethod(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The method by which the delegated administrator's account joined the organization.
setJoinedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Account
The date the account became a part of the organization.
setJoinedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the delegated administrator's account became a part of the organization.
setKey(String) - Method in class com.amazonaws.services.organizations.model.Tag
The key identifier, or name, of the tag.
setLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The time of the last update to this policy.
setMasterAccountArn(String) - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
setMasterAccountEmail(String) - Method in class com.amazonaws.services.organizations.model.Organization
The email address that is associated with the AWS account that is designated as the management account for the organization.
setMasterAccountId(String) - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of the management account of an organization.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The total number of results that you want included on each page of the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The total number of results that you want included on each page of the response.
setName(String) - Method in class com.amazonaws.services.organizations.model.Account
The friendly name of the account.
setName(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The friendly name to assign to the new OU.
setName(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The friendly name to assign to the policy.
setName(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The friendly name of the delegated administrator's account.
setName(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The friendly name of this OU.
setName(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The friendly name of the policy.
setName(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The friendly name of the policy target.
setName(String) - Method in class com.amazonaws.services.organizations.model.Root
The friendly name of the root.
setName(String) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The new name that you want to assign to the OU.
setName(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new name for the policy.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
If present, indicates that more output is available than is included in the current response.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
setNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
If present, indicates that more output is available than is included in the current response.
setNotes(String) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
Additional information that you want to include in the generated email to the recipient account owner.
setOrganization(Organization) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
A structure that contains details about the newly created organization.
setOrganization(Organization) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
A structure that contains information about the organization.
setOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
A structure that contains details about the newly created OU.
setOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
A structure that contains details about the specified OU.
setOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
A structure that contains the details about the specified OU, including its new name.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want to delete.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want details about.
setOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The unique identifier (ID) of the OU that you want to rename.
setOrganizationalUnits(Collection<OrganizationalUnit>) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
A list of the OUs in the specified root or parent OU.
setParentHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the parent handshake.
setParentId(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The unique identifier (ID) of the parent root or OU that you want to create the new OU in.
setParentId(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
setParentId(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The unique identifier (ID) for the parent root or OU whose children you want to list.
setParentId(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The unique identifier (ID) of the root or OU whose child OUs you want to list.
setParents(Collection<Parent>) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
A list of parents for the specified child account or OU.
setParties(Collection<HandshakeParty>) - Method in class com.amazonaws.services.organizations.model.Handshake
Information about the two accounts that are participating in the handshake.
setPolicies(Collection<PolicySummary>) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
The list of policies that match the criteria in the request.
setPolicies(Collection<PolicySummary>) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
A list of policies that match the filter criteria in the request.
setPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
A structure that contains details about the newly created policy.
setPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
A structure that contains details about the specified policy.
setPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
A structure that contains details about the updated policy, showing the requested changes.
setPolicyContent(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The text content of the policy.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the policy that you want to attach to the target.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
The unique identifier (ID) of the policy that you want to delete.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
The unique identifier (ID) of the policy that you want details about.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the policy you want to detach.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The unique identifier (ID) of the policy whose attachments you want to know.
setPolicyId(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
The unique identifier (ID) of the policy that you want to update.
setPolicySummary(PolicySummary) - Method in class com.amazonaws.services.organizations.model.Policy
A structure that contains additional details about the policy.
setPolicyType(String) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
The type of policy that you want information about.
setPolicyType(String) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The policy type that you want to disable in this root.
setPolicyType(PolicyType) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The policy type that you want to disable in this root.
setPolicyType(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The policy type.
setPolicyType(String) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The policy type that you want to enable.
setPolicyType(PolicyType) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The policy type that you want to enable.
setPolicyTypes(Collection<PolicyTypeSummary>) - Method in class com.amazonaws.services.organizations.model.Root
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
setReason(String) - Method in exception com.amazonaws.services.organizations.model.AccessDeniedForDependencyException
 
setReason(String) - Method in exception com.amazonaws.services.organizations.model.ConstraintViolationException
 
setReason(ConstraintViolationExceptionReason) - Method in exception com.amazonaws.services.organizations.model.ConstraintViolationException
 
setReason(String) - Method in exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
 
setReason(HandshakeConstraintViolationExceptionReason) - Method in exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
 
setReason(String) - Method in exception com.amazonaws.services.organizations.model.InvalidInputException
 
setReason(InvalidInputExceptionReason) - Method in exception com.amazonaws.services.organizations.model.InvalidInputException
 
setRegion(Region) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
setRegion(Region) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Deprecated.
use AwsClientBuilder#setRegion(String)
setRequestedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the request was made for the account creation.
setRequestedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake request was made.
setResourceId(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The ID of the resource with the tags to list.
setResourceId(String) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
The ID of the resource to add a tag to.
setResourceId(String) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The ID of the resource to remove a tag from.
setResources(Collection<HandshakeResource>) - Method in class com.amazonaws.services.organizations.model.Handshake
Additional information that is needed to process the handshake.
setResources(Collection<HandshakeResource>) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
When needed, contains an additional array of HandshakeResource objects.
setRoleName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
(Optional)
setRoleName(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
(Optional)
setRoot(Root) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
setRoot(Root) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
setRootId(String) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to disable a policy type.
setRootId(String) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to enable a policy type.
setRoots(Collection<Root>) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
A list of roots that are defined in an organization.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DelegatedService
The name of a service that can request an operation for the specified service.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The service principal name of an AWS service for which the account is a delegated administrator.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to disable integration with your organization.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to enable integration with your organization.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The name of the service principal.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
Specifies a service principal name.
setServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The service principal of the AWS service for which you want to make the member account a delegated administrator.
setSourceParentId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
setState(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The status of the request.
setState(CreateAccountState) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The status of the request.
setState(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The current state of the handshake.
setState(HandshakeState) - Method in class com.amazonaws.services.organizations.model.Handshake
The current state of the handshake.
setStates(Collection<String>) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
A list of one or more states that you want included in the response.
setStatus(String) - Method in class com.amazonaws.services.organizations.model.Account
The status of the account in the organization.
setStatus(AccountStatus) - Method in class com.amazonaws.services.organizations.model.Account
The status of the account in the organization.
setStatus(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The status of the delegated administrator's account in the organization.
setStatus(String) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The status of the policy type as it relates to the associated root.
setStatus(PolicyTypeStatus) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The status of the policy type as it relates to the associated root.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The list of keys for tags to remove from the specified resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
A list of tags that you want to attach to the newly created account.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
A list of tags that you want to attach to the newly created account.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
A list of tags that you want to attach to the newly created OU.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
A list of tags that you want to attach to the newly created policy.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
A list of tags that you want to attach to the account when it becomes a member of the organization.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
The tags that are assigned to the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
A list of tags to add to the specified resource.
setTarget(HandshakeParty) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
The identifier (ID) of the AWS account that you want to invite to join your organization.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
When you're signed in as the management account, specify the ID of the account that you want details about.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The account ID of the policy target.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.
setTargetId(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The unique identifier (ID) of the policy target.
setTargets(Collection<PolicyTargetSummary>) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
setType(String) - Method in class com.amazonaws.services.organizations.model.Child
The type of this child entity.
setType(ChildType) - Method in class com.amazonaws.services.organizations.model.Child
The type of this child entity.
setType(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The type of policy to create.
setType(PolicyType) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The type of policy to create.
setType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The type of party.
setType(HandshakePartyType) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The type of party.
setType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The type of information being passed, specifying how the value is to be interpreted by the other party:
setType(HandshakeResourceType) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The type of information being passed, specifying how the value is to be interpreted by the other party:
setType(String) - Method in class com.amazonaws.services.organizations.model.Parent
The type of the parent entity.
setType(ParentType) - Method in class com.amazonaws.services.organizations.model.Parent
The type of the parent entity.
setType(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The type of policy.
setType(PolicyType) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The type of policy.
setType(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The type of the policy target.
setType(TargetType) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The type of the policy target.
setType(String) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The name of the policy type.
setType(PolicyType) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The name of the policy type.
setType(String) - Method in exception com.amazonaws.services.organizations.model.TooManyRequestsException
 
setValue(String) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The information that is passed to the other party in the handshake.
setValue(String) - Method in class com.amazonaws.services.organizations.model.Tag
The string value that's associated with the key of the tag.
shutdown() - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
shutdown() - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
 
SourceParentNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a source root or OU with the ParentId that you specified.
SourceParentNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.SourceParentNotFoundException
Constructs a new SourceParentNotFoundException with the specified error message.
standard() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.organizations.AWSOrganizationsClientBuilder
 

T

Tag - Class in com.amazonaws.services.organizations.model
A custom key-value pair associated with a resource within your organization.
Tag() - Constructor for class com.amazonaws.services.organizations.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Adds one or more tags to the specified resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Adds one or more tags to the specified resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Adds one or more tags to the specified resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Adds one or more tags to the specified resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.organizations.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.organizations.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.organizations.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.organizations.model.TagResourceResult
 
TargetNotFoundException - Exception in com.amazonaws.services.organizations.model
We can't find a root, OU, account, or policy with the TargetId that you specified.
TargetNotFoundException(String) - Constructor for exception com.amazonaws.services.organizations.model.TargetNotFoundException
Constructs a new TargetNotFoundException with the specified error message.
TargetType - Enum in com.amazonaws.services.organizations.model
 
TooManyRequestsException - Exception in com.amazonaws.services.organizations.model
You have sent too many requests in too short a period of time.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.organizations.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.AccessDeniedForDependencyExceptionReason
 
toString() - Method in class com.amazonaws.services.organizations.model.Account
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.AccountJoinedMethod
 
toString() - Method in enum com.amazonaws.services.organizations.model.AccountStatus
 
toString() - Method in enum com.amazonaws.services.organizations.model.ActionType
 
toString() - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.AttachPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.Child
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.ChildType
 
toString() - Method in enum com.amazonaws.services.organizations.model.ConstraintViolationExceptionReason
 
toString() - Method in enum com.amazonaws.services.organizations.model.CreateAccountFailureReason
 
toString() - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.CreateAccountState
 
toString() - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DelegatedService
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeletePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DetachPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.EffectivePolicyType
 
toString() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.Handshake
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.HandshakeConstraintViolationExceptionReason
 
toString() - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.HandshakeParty
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.HandshakePartyType
 
toString() - Method in class com.amazonaws.services.organizations.model.HandshakeResource
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.HandshakeResourceType
 
toString() - Method in enum com.amazonaws.services.organizations.model.HandshakeState
 
toString() - Method in enum com.amazonaws.services.organizations.model.IAMUserAccessToBilling
 
toString() - Method in enum com.amazonaws.services.organizations.model.InvalidInputExceptionReason
 
toString() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.LeaveOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListParentsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListRootsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.MoveAccountResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.Organization
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.OrganizationFeatureSet
 
toString() - Method in class com.amazonaws.services.organizations.model.Parent
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.ParentType
 
toString() - Method in class com.amazonaws.services.organizations.model.Policy
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.PolicySummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.PolicyType
 
toString() - Method in enum com.amazonaws.services.organizations.model.PolicyTypeStatus
 
toString() - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.Root
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.organizations.model.TargetType
 
toString() - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
Returns a string representation of this object.

U

UnsupportedAPIEndpointException - Exception in com.amazonaws.services.organizations.model
This action isn't available in the current AWS Region.
UnsupportedAPIEndpointException(String) - Constructor for exception com.amazonaws.services.organizations.model.UnsupportedAPIEndpointException
Constructs a new UnsupportedAPIEndpointException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Removes any tags with the specified keys from the specified resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Removes any tags with the specified keys from the specified resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes any tags with the specified keys from the specified resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Removes any tags with the specified keys from the specified resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.organizations.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.organizations.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.organizations.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.organizations.model.UntagResourceResult
 
updateOrganizationalUnit(UpdateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
updateOrganizationalUnit(UpdateOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Renames the specified organizational unit (OU).
updateOrganizationalUnit(UpdateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Renames the specified organizational unit (OU).
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest, AsyncHandler<UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Renames the specified organizational unit (OU).
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest, AsyncHandler<UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Renames the specified organizational unit (OU).
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
updateOrganizationalUnitAsync(UpdateOrganizationalUnitRequest, AsyncHandler<UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
UpdateOrganizationalUnitRequest - Class in com.amazonaws.services.organizations.model
 
UpdateOrganizationalUnitRequest() - Constructor for class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
 
UpdateOrganizationalUnitResult - Class in com.amazonaws.services.organizations.model
 
UpdateOrganizationalUnitResult() - Constructor for class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
 
updatePolicy(UpdatePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizations
 
updatePolicy(UpdatePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizations
Updates an existing policy with a new name, description, or content.
updatePolicy(UpdatePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsClient
Updates an existing policy with a new name, description, or content.
updatePolicyAsync(UpdatePolicyRequest) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
updatePolicyAsync(UpdatePolicyRequest, AsyncHandler<UpdatePolicyRequest, UpdatePolicyResult>) - Method in class com.amazonaws.services.organizations.AbstractAWSOrganizationsAsync
 
updatePolicyAsync(UpdatePolicyRequest) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Updates an existing policy with a new name, description, or content.
updatePolicyAsync(UpdatePolicyRequest, AsyncHandler<UpdatePolicyRequest, UpdatePolicyResult>) - Method in interface com.amazonaws.services.organizations.AWSOrganizationsAsync
Updates an existing policy with a new name, description, or content.
updatePolicyAsync(UpdatePolicyRequest) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
updatePolicyAsync(UpdatePolicyRequest, AsyncHandler<UpdatePolicyRequest, UpdatePolicyResult>) - Method in class com.amazonaws.services.organizations.AWSOrganizationsAsyncClient
 
UpdatePolicyRequest - Class in com.amazonaws.services.organizations.model
 
UpdatePolicyRequest() - Constructor for class com.amazonaws.services.organizations.model.UpdatePolicyRequest
 
UpdatePolicyResult - Class in com.amazonaws.services.organizations.model
 
UpdatePolicyResult() - Constructor for class com.amazonaws.services.organizations.model.UpdatePolicyResult
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.OrganizationsActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.AccessDeniedForDependencyExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.AccountJoinedMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.AccountStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.ChildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.ConstraintViolationExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.CreateAccountFailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.CreateAccountState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.EffectivePolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeConstraintViolationExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakePartyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.HandshakeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.IAMUserAccessToBilling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.InvalidInputExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.OrganizationFeatureSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.ParentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.PolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.PolicyTypeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.organizations.model.TargetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.policy.actions.OrganizationsActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.AccessDeniedForDependencyExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.AccountJoinedMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.AccountStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.ChildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.ConstraintViolationExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.CreateAccountFailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.CreateAccountState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.EffectivePolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.HandshakeConstraintViolationExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.HandshakePartyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.HandshakeResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.HandshakeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.IAMUserAccessToBilling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.InvalidInputExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.OrganizationFeatureSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.ParentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.PolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.PolicyTypeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.organizations.model.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccount(Account) - Method in class com.amazonaws.services.organizations.model.DescribeAccountResult
A structure that contains information about the requested account.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The account ID number of the member account in the organization that you want to deregister as a delegated administrator.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.DescribeAccountRequest
The unique identifier (ID) of the AWS account that you want information about.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The account ID number of a delegated administrator account in the organization.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the account that you want to move.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The account ID number of the member account in the organization to register as a delegated administrator.
withAccountId(String) - Method in class com.amazonaws.services.organizations.model.RemoveAccountFromOrganizationRequest
The unique identifier (ID) of the member account that you want to remove from the organization.
withAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The friendly name of the member account.
withAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The account name given to the account when it was created.
withAccountName(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The friendly name of the member account.
withAccounts(Account...) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
A list of the accounts in the specified root or OU.
withAccounts(Collection<Account>) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
A list of the accounts in the specified root or OU.
withAccounts(Account...) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
A list of objects in the organization.
withAccounts(Collection<Account>) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
A list of objects in the organization.
withAction(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
withAction(ActionType) - Method in class com.amazonaws.services.organizations.model.Handshake
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
withActionType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the type of handshake action.
withActionType(ActionType) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the type of handshake action.
withArn(String) - Method in class com.amazonaws.services.organizations.model.Account
The Amazon Resource Name (ARN) of the account.
withArn(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The Amazon Resource Name (ARN) of the delegated administrator's account.
withArn(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The Amazon Resource Name (ARN) of a handshake.
withArn(String) - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of an organization.
withArn(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The Amazon Resource Name (ARN) of this OU.
withArn(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The Amazon Resource Name (ARN) of the policy.
withArn(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The Amazon Resource Name (ARN) of the policy target.
withArn(String) - Method in class com.amazonaws.services.organizations.model.Root
The Amazon Resource Name (ARN) of the root.
withAvailablePolicyTypes(PolicyTypeSummary...) - Method in class com.amazonaws.services.organizations.model.Organization
withAvailablePolicyTypes(Collection<PolicyTypeSummary>) - Method in class com.amazonaws.services.organizations.model.Organization
withAwsManaged(Boolean) - Method in class com.amazonaws.services.organizations.model.PolicySummary
A boolean value that indicates whether the specified policy is an AWS managed policy.
withChildId(String) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The unique identifier (ID) of the OU or account whose parent containers you want to list.
withChildren(Child...) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
The list of children of the specified parent container.
withChildren(Collection<Child>) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
The list of children of the specified parent container.
withChildType(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Filters the output to include only the specified child type.
withChildType(ChildType) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
Filters the output to include only the specified child type.
withCompletedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the account was created and the request completed.
withContent(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The policy text content to add to the new policy.
withContent(String) - Method in class com.amazonaws.services.organizations.model.Policy
The text content of the policy.
withContent(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new content for the policy.
withCreateAccountRequestId(String) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusRequest
Specifies the Id value that uniquely identifies the CreateAccount request.
withCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.CreateAccountResult
A structure that contains details about the request to create an account.
withCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountResult
 
withCreateAccountStatus(CreateAccountStatus) - Method in class com.amazonaws.services.organizations.model.DescribeCreateAccountStatusResult
A structure that contains the current status of an account creation request.
withCreateAccountStatuses(CreateAccountStatus...) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
A list of objects with details about the requests.
withCreateAccountStatuses(Collection<CreateAccountStatus>) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
A list of objects with details about the requests.
withDateEnabled(Date) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The date that the service principal was enabled for integration with AWS Organizations.
withDelegatedAdministrators(DelegatedAdministrator...) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
The list of delegated administrators in your organization.
withDelegatedAdministrators(Collection<DelegatedAdministrator>) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
The list of delegated administrators in your organization.
withDelegatedServices(DelegatedService...) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
The services for which the account is a delegated administrator.
withDelegatedServices(Collection<DelegatedService>) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
The services for which the account is a delegated administrator.
withDelegationEnabledDate(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the account was made a delegated administrator.
withDelegationEnabledDate(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedService
The date that the account became a delegated administrator for this service.
withDescription(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
An optional description to assign to the policy.
withDescription(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The description of the policy.
withDescription(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new description for the policy.
withDestinationParentId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
withEffectivePolicy(EffectivePolicy) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyResult
The contents of the effective policy.
withEmail(String) - Method in class com.amazonaws.services.organizations.model.Account
The email address associated with the AWS account.
withEmail(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
The email address of the owner to assign to the new member account.
withEmail(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
The email address of the owner to assign to the new member account in the commercial Region.
withEmail(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The email address that is associated with the delegated administrator's AWS account.
withEnabledServicePrincipals(EnabledServicePrincipal...) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
A list of the service principals for the services that are enabled to integrate with your organization.
withEnabledServicePrincipals(Collection<EnabledServicePrincipal>) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
A list of the service principals for the services that are enabled to integrate with your organization.
withExpirationTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake expires.
withFailureReason(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the request failed, a description of the reason for the failure.
withFailureReason(CreateAccountFailureReason) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the request failed, a description of the reason for the failure.
withFeatureSet(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Specifies the feature set supported by the new organization.
withFeatureSet(OrganizationFeatureSet) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationRequest
Specifies the feature set supported by the new organization.
withFeatureSet(String) - Method in class com.amazonaws.services.organizations.model.Organization
Specifies the functionality that currently is available to the organization.
withFeatureSet(OrganizationFeatureSet) - Method in class com.amazonaws.services.organizations.model.Organization
Specifies the functionality that currently is available to the organization.
withFilter(HandshakeFilter) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
Filters the handshakes that you want included in the response.
withFilter(HandshakeFilter) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
A filter of the handshakes that you want included in the response.
withFilter(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The type of policy that you want to include in the returned list.
withFilter(PolicyType) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The type of policy that you want to include in the returned list.
withFilter(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Specifies the type of policy that you want to include in the response.
withFilter(PolicyType) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
Specifies the type of policy that you want to include in the response.
withGovCloudAccountId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
If the account was created successfully, the unique identifier (ID) of the new account in the AWS GovCloud (US) Region.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeResult
A structure that contains details about the accepted handshake.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeResult
A structure that contains details about the handshake that you canceled.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeResult
A structure that contains details about the declined handshake.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeResult
A structure that contains information about the specified handshake.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.EnableAllFeaturesResult
A structure that contains details about the handshake created to support this request to enable all features in the organization.
withHandshake(Handshake) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationResult
A structure that contains details about the handshake that is created to support this invitation request.
withHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.AcceptHandshakeRequest
The unique identifier (ID) of the handshake that you want to accept.
withHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.CancelHandshakeRequest
The unique identifier (ID) of the handshake that you want to cancel.
withHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.DeclineHandshakeRequest
The unique identifier (ID) of the handshake that you want to decline.
withHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.DescribeHandshakeRequest
The unique identifier (ID) of the handshake that you want information about.
withHandshakes(Handshake...) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
A list of Handshake objects with details about each of the handshakes that is associated with the specified account.
withHandshakes(Collection<Handshake>) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
A list of Handshake objects with details about each of the handshakes that is associated with the specified account.
withHandshakes(Handshake...) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
A list of Handshake objects with details about each of the handshakes that are associated with an organization.
withHandshakes(Collection<Handshake>) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
A list of Handshake objects with details about each of the handshakes that are associated with an organization.
withIamUserAccessToBilling(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
withIamUserAccessToBilling(IAMUserAccessToBilling) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
withIamUserAccessToBilling(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions.
withIamUserAccessToBilling(IAMUserAccessToBilling) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
If set to ALLOW, the new linked account in the commercial Region enables IAM users to access account billing information if they have the required permissions.
withId(String) - Method in class com.amazonaws.services.organizations.model.Account
The unique identifier (ID) of the account.
withId(String) - Method in class com.amazonaws.services.organizations.model.Child
The unique identifier (ID) of this child entity.
withId(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The unique identifier (ID) that references this request.
withId(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The unique identifier (ID) of the delegated administrator's account.
withId(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The unique identifier (ID) of a handshake.
withId(String) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The unique identifier (ID) for the party.
withId(String) - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of an organization.
withId(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The unique identifier (ID) associated with this OU.
withId(String) - Method in class com.amazonaws.services.organizations.model.Parent
The unique identifier (ID) of the parent entity.
withId(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The unique identifier (ID) of the policy.
withId(String) - Method in class com.amazonaws.services.organizations.model.Root
The unique identifier (ID) for the root.
withJoinedMethod(String) - Method in class com.amazonaws.services.organizations.model.Account
The method by which the account joined the organization.
withJoinedMethod(AccountJoinedMethod) - Method in class com.amazonaws.services.organizations.model.Account
The method by which the account joined the organization.
withJoinedMethod(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The method by which the delegated administrator's account joined the organization.
withJoinedMethod(AccountJoinedMethod) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The method by which the delegated administrator's account joined the organization.
withJoinedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Account
The date the account became a part of the organization.
withJoinedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The date when the delegated administrator's account became a part of the organization.
withKey(String) - Method in class com.amazonaws.services.organizations.model.Tag
The key identifier, or name, of the tag.
withLastUpdatedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The time of the last update to this policy.
withMasterAccountArn(String) - Method in class com.amazonaws.services.organizations.model.Organization
The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
withMasterAccountEmail(String) - Method in class com.amazonaws.services.organizations.model.Organization
The email address that is associated with the AWS account that is designated as the management account for the organization.
withMasterAccountId(String) - Method in class com.amazonaws.services.organizations.model.Organization
The unique identifier (ID) of the management account of an organization.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The total number of results that you want included on each page of the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The total number of results that you want included on each page of the response.
withName(String) - Method in class com.amazonaws.services.organizations.model.Account
The friendly name of the account.
withName(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The friendly name to assign to the new OU.
withName(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The friendly name to assign to the policy.
withName(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The friendly name of the delegated administrator's account.
withName(String) - Method in class com.amazonaws.services.organizations.model.OrganizationalUnit
The friendly name of this OU.
withName(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The friendly name of the policy.
withName(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The friendly name of the policy target.
withName(String) - Method in class com.amazonaws.services.organizations.model.Root
The friendly name of the root.
withName(String) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The new name that you want to assign to the OU.
withName(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
If provided, the new name for the policy.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListAWSServiceAccessForOrganizationResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedServicesForAccountResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForAccountResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListHandshakesForOrganizationResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListParentsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListRootsRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
If present, indicates that more output is available than is included in the current response.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The parameter for receiving additional results if you receive a NextToken response in a previous request.
withNextToken(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
If present, indicates that more output is available than is included in the current response.
withNotes(String) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
Additional information that you want to include in the generated email to the recipient account owner.
withOrganization(Organization) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationResult
A structure that contains details about the newly created organization.
withOrganization(Organization) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationResult
A structure that contains information about the organization.
withOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitResult
A structure that contains details about the newly created OU.
withOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitResult
A structure that contains details about the specified OU.
withOrganizationalUnit(OrganizationalUnit) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitResult
A structure that contains the details about the specified OU, including its new name.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.DeleteOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want to delete.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.DescribeOrganizationalUnitRequest
The unique identifier (ID) of the organizational unit that you want details about.
withOrganizationalUnitId(String) - Method in class com.amazonaws.services.organizations.model.UpdateOrganizationalUnitRequest
The unique identifier (ID) of the OU that you want to rename.
withOrganizationalUnits(OrganizationalUnit...) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
A list of the OUs in the specified root or parent OU.
withOrganizationalUnits(Collection<OrganizationalUnit>) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentResult
A list of the OUs in the specified root or parent OU.
withParentHandshakeId(String) - Method in class com.amazonaws.services.organizations.model.HandshakeFilter
Specifies the parent handshake.
withParentId(String) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
The unique identifier (ID) of the parent root or OU that you want to create the new OU in.
withParentId(String) - Method in class com.amazonaws.services.organizations.model.ListAccountsForParentRequest
The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.
withParentId(String) - Method in class com.amazonaws.services.organizations.model.ListChildrenRequest
The unique identifier (ID) for the parent root or OU whose children you want to list.
withParentId(String) - Method in class com.amazonaws.services.organizations.model.ListOrganizationalUnitsForParentRequest
The unique identifier (ID) of the root or OU whose child OUs you want to list.
withParents(Parent...) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
A list of parents for the specified child account or OU.
withParents(Collection<Parent>) - Method in class com.amazonaws.services.organizations.model.ListParentsResult
A list of parents for the specified child account or OU.
withParties(HandshakeParty...) - Method in class com.amazonaws.services.organizations.model.Handshake
Information about the two accounts that are participating in the handshake.
withParties(Collection<HandshakeParty>) - Method in class com.amazonaws.services.organizations.model.Handshake
Information about the two accounts that are participating in the handshake.
withPolicies(PolicySummary...) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
The list of policies that match the criteria in the request.
withPolicies(Collection<PolicySummary>) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetResult
The list of policies that match the criteria in the request.
withPolicies(PolicySummary...) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
A list of policies that match the filter criteria in the request.
withPolicies(Collection<PolicySummary>) - Method in class com.amazonaws.services.organizations.model.ListPoliciesResult
A list of policies that match the filter criteria in the request.
withPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.CreatePolicyResult
A structure that contains details about the newly created policy.
withPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.DescribePolicyResult
A structure that contains details about the specified policy.
withPolicy(Policy) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyResult
A structure that contains details about the updated policy, showing the requested changes.
withPolicyContent(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The text content of the policy.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the policy that you want to attach to the target.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DeletePolicyRequest
The unique identifier (ID) of the policy that you want to delete.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DescribePolicyRequest
The unique identifier (ID) of the policy that you want details about.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the policy you want to detach.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyRequest
The unique identifier (ID) of the policy whose attachments you want to know.
withPolicyId(String) - Method in class com.amazonaws.services.organizations.model.UpdatePolicyRequest
The unique identifier (ID) of the policy that you want to update.
withPolicySummary(PolicySummary) - Method in class com.amazonaws.services.organizations.model.Policy
A structure that contains additional details about the policy.
withPolicyType(String) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
The type of policy that you want information about.
withPolicyType(EffectivePolicyType) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
The type of policy that you want information about.
withPolicyType(String) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The policy type that you want to disable in this root.
withPolicyType(PolicyType) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The policy type that you want to disable in this root.
withPolicyType(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The policy type.
withPolicyType(EffectivePolicyType) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The policy type.
withPolicyType(String) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The policy type that you want to enable.
withPolicyType(PolicyType) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The policy type that you want to enable.
withPolicyTypes(PolicyTypeSummary...) - Method in class com.amazonaws.services.organizations.model.Root
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
withPolicyTypes(Collection<PolicyTypeSummary>) - Method in class com.amazonaws.services.organizations.model.Root
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
withReason(String) - Method in exception com.amazonaws.services.organizations.model.AccessDeniedForDependencyException
 
withReason(AccessDeniedForDependencyExceptionReason) - Method in exception com.amazonaws.services.organizations.model.AccessDeniedForDependencyException
 
withReason(String) - Method in exception com.amazonaws.services.organizations.model.ConstraintViolationException
 
withReason(ConstraintViolationExceptionReason) - Method in exception com.amazonaws.services.organizations.model.ConstraintViolationException
 
withReason(String) - Method in exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
 
withReason(HandshakeConstraintViolationExceptionReason) - Method in exception com.amazonaws.services.organizations.model.HandshakeConstraintViolationException
 
withReason(String) - Method in exception com.amazonaws.services.organizations.model.InvalidInputException
 
withReason(InvalidInputExceptionReason) - Method in exception com.amazonaws.services.organizations.model.InvalidInputException
 
withRequestedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The date and time that the request was made for the account creation.
withRequestedTimestamp(Date) - Method in class com.amazonaws.services.organizations.model.Handshake
The date and time that the handshake request was made.
withResourceId(String) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceRequest
The ID of the resource with the tags to list.
withResourceId(String) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
The ID of the resource to add a tag to.
withResourceId(String) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The ID of the resource to remove a tag from.
withResources(HandshakeResource...) - Method in class com.amazonaws.services.organizations.model.Handshake
Additional information that is needed to process the handshake.
withResources(Collection<HandshakeResource>) - Method in class com.amazonaws.services.organizations.model.Handshake
Additional information that is needed to process the handshake.
withResources(HandshakeResource...) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
When needed, contains an additional array of HandshakeResource objects.
withResources(Collection<HandshakeResource>) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
When needed, contains an additional array of HandshakeResource objects.
withRoleName(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
(Optional)
withRoleName(String) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
(Optional)
withRoot(Root) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
withRoot(Root) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeResult
A structure that shows the root with the updated list of enabled policy types.
withRootId(String) - Method in class com.amazonaws.services.organizations.model.DisablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to disable a policy type.
withRootId(String) - Method in class com.amazonaws.services.organizations.model.EnablePolicyTypeRequest
The unique identifier (ID) of the root in which you want to enable a policy type.
withRoots(Root...) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
A list of roots that are defined in an organization.
withRoots(Collection<Root>) - Method in class com.amazonaws.services.organizations.model.ListRootsResult
A list of roots that are defined in an organization.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DelegatedService
The name of a service that can request an operation for the specified service.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DeregisterDelegatedAdministratorRequest
The service principal name of an AWS service for which the account is a delegated administrator.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.DisableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to disable integration with your organization.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.EnableAWSServiceAccessRequest
The service principal name of the AWS service for which you want to enable integration with your organization.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.EnabledServicePrincipal
The name of the service principal.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.ListDelegatedAdministratorsRequest
Specifies a service principal name.
withServicePrincipal(String) - Method in class com.amazonaws.services.organizations.model.RegisterDelegatedAdministratorRequest
The service principal of the AWS service for which you want to make the member account a delegated administrator.
withSourceParentId(String) - Method in class com.amazonaws.services.organizations.model.MoveAccountRequest
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
withState(String) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The status of the request.
withState(CreateAccountState) - Method in class com.amazonaws.services.organizations.model.CreateAccountStatus
The status of the request.
withState(String) - Method in class com.amazonaws.services.organizations.model.Handshake
The current state of the handshake.
withState(HandshakeState) - Method in class com.amazonaws.services.organizations.model.Handshake
The current state of the handshake.
withStates(String...) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
A list of one or more states that you want included in the response.
withStates(Collection<String>) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
A list of one or more states that you want included in the response.
withStates(CreateAccountState...) - Method in class com.amazonaws.services.organizations.model.ListCreateAccountStatusRequest
A list of one or more states that you want included in the response.
withStatus(String) - Method in class com.amazonaws.services.organizations.model.Account
The status of the account in the organization.
withStatus(AccountStatus) - Method in class com.amazonaws.services.organizations.model.Account
The status of the account in the organization.
withStatus(String) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The status of the delegated administrator's account in the organization.
withStatus(AccountStatus) - Method in class com.amazonaws.services.organizations.model.DelegatedAdministrator
The status of the delegated administrator's account in the organization.
withStatus(String) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The status of the policy type as it relates to the associated root.
withStatus(PolicyTypeStatus) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The status of the policy type as it relates to the associated root.
withTagKeys(String...) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The list of keys for tags to remove from the specified resource.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.organizations.model.UntagResourceRequest
The list of keys for tags to remove from the specified resource.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
A list of tags that you want to attach to the newly created account.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateAccountRequest
A list of tags that you want to attach to the newly created account.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
A list of tags that you want to attach to the newly created account.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateGovCloudAccountRequest
A list of tags that you want to attach to the newly created account.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
A list of tags that you want to attach to the newly created OU.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreateOrganizationalUnitRequest
A list of tags that you want to attach to the newly created OU.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
A list of tags that you want to attach to the newly created policy.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
A list of tags that you want to attach to the newly created policy.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
A list of tags that you want to attach to the account when it becomes a member of the organization.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
A list of tags that you want to attach to the account when it becomes a member of the organization.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
The tags that are assigned to the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.ListTagsForResourceResult
The tags that are assigned to the resource.
withTags(Tag...) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
A list of tags to add to the specified resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.organizations.model.TagResourceRequest
A list of tags to add to the specified resource.
withTarget(HandshakeParty) - Method in class com.amazonaws.services.organizations.model.InviteAccountToOrganizationRequest
The identifier (ID) of the AWS account that you want to invite to join your organization.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.AttachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.DescribeEffectivePolicyRequest
When you're signed in as the management account, specify the ID of the account that you want details about.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.DetachPolicyRequest
The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.EffectivePolicy
The account ID of the policy target.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.ListPoliciesForTargetRequest
The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.
withTargetId(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The unique identifier (ID) of the policy target.
withTargets(PolicyTargetSummary...) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
withTargets(Collection<PolicyTargetSummary>) - Method in class com.amazonaws.services.organizations.model.ListTargetsForPolicyResult
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
withType(String) - Method in class com.amazonaws.services.organizations.model.Child
The type of this child entity.
withType(ChildType) - Method in class com.amazonaws.services.organizations.model.Child
The type of this child entity.
withType(String) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The type of policy to create.
withType(PolicyType) - Method in class com.amazonaws.services.organizations.model.CreatePolicyRequest
The type of policy to create.
withType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The type of party.
withType(HandshakePartyType) - Method in class com.amazonaws.services.organizations.model.HandshakeParty
The type of party.
withType(String) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The type of information being passed, specifying how the value is to be interpreted by the other party:
withType(HandshakeResourceType) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The type of information being passed, specifying how the value is to be interpreted by the other party:
withType(String) - Method in class com.amazonaws.services.organizations.model.Parent
The type of the parent entity.
withType(ParentType) - Method in class com.amazonaws.services.organizations.model.Parent
The type of the parent entity.
withType(String) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The type of policy.
withType(PolicyType) - Method in class com.amazonaws.services.organizations.model.PolicySummary
The type of policy.
withType(String) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The type of the policy target.
withType(TargetType) - Method in class com.amazonaws.services.organizations.model.PolicyTargetSummary
The type of the policy target.
withType(String) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The name of the policy type.
withType(PolicyType) - Method in class com.amazonaws.services.organizations.model.PolicyTypeSummary
The name of the policy type.
withType(String) - Method in exception com.amazonaws.services.organizations.model.TooManyRequestsException
 
withValue(String) - Method in class com.amazonaws.services.organizations.model.HandshakeResource
The information that is passed to the other party in the handshake.
withValue(String) - Method in class com.amazonaws.services.organizations.model.Tag
The string value that's associated with the key of the tag.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.