Uses of Interface
software.amazon.awssdk.services.guardduty.model.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of VolumeMount.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.BuilderVolumeMount. builder()VolumeMount.BuilderVolumeMount.Builder. mountPath(String mountPath)Volume mount path.VolumeMount.BuilderVolumeMount.Builder. name(String name)Volume mount name.VolumeMount.BuilderVolumeMount. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type VolumeMount.Builder Modifier and Type Method Description static Class<? extends VolumeMount.Builder>VolumeMount. serializableBuilderClass()
-