Class OrganizationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.organizations.model.OrganizationsRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptHandshakeRequest,AttachPolicyRequest,CancelHandshakeRequest,CloseAccountRequest,CreateAccountRequest,CreateGovCloudAccountRequest,CreateOrganizationalUnitRequest,CreateOrganizationRequest,CreatePolicyRequest,DeclineHandshakeRequest,DeleteOrganizationalUnitRequest,DeleteOrganizationRequest,DeletePolicyRequest,DeleteResourcePolicyRequest,DeregisterDelegatedAdministratorRequest,DescribeAccountRequest,DescribeCreateAccountStatusRequest,DescribeEffectivePolicyRequest,DescribeHandshakeRequest,DescribeOrganizationalUnitRequest,DescribeOrganizationRequest,DescribePolicyRequest,DescribeResourcePolicyRequest,DetachPolicyRequest,DisableAwsServiceAccessRequest,DisablePolicyTypeRequest,EnableAllFeaturesRequest,EnableAwsServiceAccessRequest,EnablePolicyTypeRequest,InviteAccountToOrganizationRequest,LeaveOrganizationRequest,ListAccountsForParentRequest,ListAccountsRequest,ListAwsServiceAccessForOrganizationRequest,ListChildrenRequest,ListCreateAccountStatusRequest,ListDelegatedAdministratorsRequest,ListDelegatedServicesForAccountRequest,ListHandshakesForAccountRequest,ListHandshakesForOrganizationRequest,ListOrganizationalUnitsForParentRequest,ListParentsRequest,ListPoliciesForTargetRequest,ListPoliciesRequest,ListRootsRequest,ListTagsForResourceRequest,ListTargetsForPolicyRequest,MoveAccountRequest,PutResourcePolicyRequest,RegisterDelegatedAdministratorRequest,RemoveAccountFromOrganizationRequest,TagResourceRequest,UntagResourceRequest,UpdateOrganizationalUnitRequest,UpdatePolicyRequest
@Generated("software.amazon.awssdk:codegen") public abstract class OrganizationsRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationsRequest.Builderprotected static classOrganizationsRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizationsRequest(OrganizationsRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract OrganizationsRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
OrganizationsRequest
protected OrganizationsRequest(OrganizationsRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract OrganizationsRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-