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