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