default AttachPolicyResponse |
OrganizationsClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest) |
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
default AttachPolicyResponse |
OrganizationsClient.attachPolicy(AttachPolicyRequest attachPolicyRequest) |
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
default CloseAccountResponse |
OrganizationsClient.closeAccount(Consumer<CloseAccountRequest.Builder> closeAccountRequest) |
Closes an Amazon Web Services member account within an organization.
|
default CloseAccountResponse |
OrganizationsClient.closeAccount(CloseAccountRequest closeAccountRequest) |
Closes an Amazon Web Services member account within an organization.
|
default CreateAccountResponse |
OrganizationsClient.createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest) |
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
default CreateAccountResponse |
OrganizationsClient.createAccount(CreateAccountRequest createAccountRequest) |
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
default CreateGovCloudAccountResponse |
OrganizationsClient.createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest) |
This action is available if all of the following are true:
|
default CreateGovCloudAccountResponse |
OrganizationsClient.createGovCloudAccount(CreateGovCloudAccountRequest createGovCloudAccountRequest) |
This action is available if all of the following are true:
|
default CreateOrganizationResponse |
OrganizationsClient.createOrganization() |
Creates an Amazon Web Services organization.
|
default CreateOrganizationResponse |
OrganizationsClient.createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest) |
Creates an Amazon Web Services organization.
|
default CreateOrganizationResponse |
OrganizationsClient.createOrganization(CreateOrganizationRequest createOrganizationRequest) |
Creates an Amazon Web Services organization.
|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(Consumer<CreateOrganizationalUnitRequest.Builder> createOrganizationalUnitRequest) |
Creates an organizational unit (OU) within a root or parent OU.
|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(CreateOrganizationalUnitRequest createOrganizationalUnitRequest) |
Creates an organizational unit (OU) within a root or parent OU.
|
default CreatePolicyResponse |
OrganizationsClient.createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest) |
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual
Amazon Web Services account.
|
default CreatePolicyResponse |
OrganizationsClient.createPolicy(CreatePolicyRequest createPolicyRequest) |
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual
Amazon Web Services account.
|
default DeleteResourcePolicyResponse |
OrganizationsClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes the resource policy from your organization.
|
default DeleteResourcePolicyResponse |
OrganizationsClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes the resource policy from your organization.
|
default DeregisterDelegatedAdministratorResponse |
OrganizationsClient.deregisterDelegatedAdministrator(Consumer<DeregisterDelegatedAdministratorRequest.Builder> deregisterDelegatedAdministratorRequest) |
Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon
Web Services service.
|
default DeregisterDelegatedAdministratorResponse |
OrganizationsClient.deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest deregisterDelegatedAdministratorRequest) |
Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon
Web Services service.
|
default DescribeEffectivePolicyResponse |
OrganizationsClient.describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest) |
Returns the contents of the effective policy for specified policy type and account.
|
default DescribeEffectivePolicyResponse |
OrganizationsClient.describeEffectivePolicy(DescribeEffectivePolicyRequest describeEffectivePolicyRequest) |
Returns the contents of the effective policy for specified policy type and account.
|
default DescribeResourcePolicyResponse |
OrganizationsClient.describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest) |
Retrieves information about a resource policy.
|
default DescribeResourcePolicyResponse |
OrganizationsClient.describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest) |
Retrieves information about a resource policy.
|
default DetachPolicyResponse |
OrganizationsClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest) |
Detaches a policy from a target root, organizational unit (OU), or account.
|
default DetachPolicyResponse |
OrganizationsClient.detachPolicy(DetachPolicyRequest detachPolicyRequest) |
Detaches a policy from a target root, organizational unit (OU), or account.
|
default DisableAwsServiceAccessResponse |
OrganizationsClient.disableAWSServiceAccess(Consumer<DisableAwsServiceAccessRequest.Builder> disableAwsServiceAccessRequest) |
Disables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations.
|
default DisableAwsServiceAccessResponse |
OrganizationsClient.disableAWSServiceAccess(DisableAwsServiceAccessRequest disableAwsServiceAccessRequest) |
Disables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations.
|
default DisablePolicyTypeResponse |
OrganizationsClient.disablePolicyType(Consumer<DisablePolicyTypeRequest.Builder> disablePolicyTypeRequest) |
Disables an organizational policy type in a root.
|
default DisablePolicyTypeResponse |
OrganizationsClient.disablePolicyType(DisablePolicyTypeRequest disablePolicyTypeRequest) |
Disables an organizational policy type in a root.
|
default EnableAwsServiceAccessResponse |
OrganizationsClient.enableAWSServiceAccess(Consumer<EnableAwsServiceAccessRequest.Builder> enableAwsServiceAccessRequest) |
Enables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations.
|
default EnableAwsServiceAccessResponse |
OrganizationsClient.enableAWSServiceAccess(EnableAwsServiceAccessRequest enableAwsServiceAccessRequest) |
Enables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations.
|
default EnablePolicyTypeResponse |
OrganizationsClient.enablePolicyType(Consumer<EnablePolicyTypeRequest.Builder> enablePolicyTypeRequest) |
Enables a policy type in a root.
|
default EnablePolicyTypeResponse |
OrganizationsClient.enablePolicyType(EnablePolicyTypeRequest enablePolicyTypeRequest) |
Enables a policy type in a root.
|
default InviteAccountToOrganizationResponse |
OrganizationsClient.inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest) |
Sends an invitation to another account to join your organization as a member account.
|
default InviteAccountToOrganizationResponse |
OrganizationsClient.inviteAccountToOrganization(InviteAccountToOrganizationRequest inviteAccountToOrganizationRequest) |
Sends an invitation to another account to join your organization as a member account.
|
default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization() |
Removes a member account from its parent organization.
|
default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest) |
Removes a member account from its parent organization.
|
default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization(LeaveOrganizationRequest leaveOrganizationRequest) |
Removes a member account from its parent organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization() |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest) |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest) |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator() |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest) |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest) |
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest) |
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest) |
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsIterable |
OrganizationsClient.listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest) |
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsIterable |
OrganizationsClient.listDelegatedAdministratorsPaginator(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest) |
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest) |
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest) |
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest) |
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest) |
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default PutResourcePolicyResponse |
OrganizationsClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Creates or updates a resource policy.
|
default PutResourcePolicyResponse |
OrganizationsClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Creates or updates a resource policy.
|
default RegisterDelegatedAdministratorResponse |
OrganizationsClient.registerDelegatedAdministrator(Consumer<RegisterDelegatedAdministratorRequest.Builder> registerDelegatedAdministratorRequest) |
Enables the specified member account to administer the Organizations features of the specified Amazon Web
Services service.
|
default RegisterDelegatedAdministratorResponse |
OrganizationsClient.registerDelegatedAdministrator(RegisterDelegatedAdministratorRequest registerDelegatedAdministratorRequest) |
Enables the specified member account to administer the Organizations features of the specified Amazon Web
Services service.
|
default RemoveAccountFromOrganizationResponse |
OrganizationsClient.removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest) |
Removes the specified account from the organization.
|
default RemoveAccountFromOrganizationResponse |
OrganizationsClient.removeAccountFromOrganization(RemoveAccountFromOrganizationRequest removeAccountFromOrganizationRequest) |
Removes the specified account from the organization.
|
default TagResourceResponse |
OrganizationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
OrganizationsClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds one or more tags to the specified resource.
|
default UntagResourceResponse |
OrganizationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes any tags with the specified keys from the specified resource.
|
default UntagResourceResponse |
OrganizationsClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes any tags with the specified keys from the specified resource.
|
default UpdatePolicyResponse |
OrganizationsClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest) |
Updates an existing policy with a new name, description, or content.
|
default UpdatePolicyResponse |
OrganizationsClient.updatePolicy(UpdatePolicyRequest updatePolicyRequest) |
Updates an existing policy with a new name, description, or content.
|