Uses of Interface
software.amazon.awssdk.services.organizations.model.OrganizationsException.Builder
-
Packages that use OrganizationsException.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of OrganizationsException.Builder in software.amazon.awssdk.services.organizations.model
Classes in software.amazon.awssdk.services.organizations.model that implement OrganizationsException.Builder Modifier and Type Class Description protected static classOrganizationsException.BuilderImplMethods in software.amazon.awssdk.services.organizations.model that return OrganizationsException.Builder Modifier and Type Method Description OrganizationsException.BuilderOrganizationsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static OrganizationsException.BuilderOrganizationsException. builder()OrganizationsException.BuilderOrganizationsException.Builder. cause(Throwable cause)OrganizationsException.BuilderOrganizationsException.Builder. message(String message)OrganizationsException.BuilderOrganizationsException.Builder. requestId(String requestId)OrganizationsException.BuilderOrganizationsException.Builder. statusCode(int statusCode)OrganizationsException.BuilderOrganizationsException. toBuilder()OrganizationsException.BuilderOrganizationsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type OrganizationsException.Builder Modifier and Type Method Description static Class<? extends OrganizationsException.Builder>OrganizationsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.organizations.model with parameters of type OrganizationsException.Builder Constructor Description OrganizationsException(OrganizationsException.Builder builder)
-