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