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