Uses of Interface
software.amazon.awssdk.services.securityhub.model.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of VolumeMount.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.BuilderVolumeMount. builder()VolumeMount.BuilderVolumeMount.Builder. mountPath(String mountPath)The path in the container at which the volume should be mounted.VolumeMount.BuilderVolumeMount.Builder. name(String name)The name of the volume.VolumeMount.BuilderVolumeMount. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type VolumeMount.Builder Modifier and Type Method Description static Class<? extends VolumeMount.Builder>VolumeMount. serializableBuilderClass()
-