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