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