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