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