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