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