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