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