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