Uses of Class
software.amazon.awssdk.services.opsworks.model.VolumeConfiguration
-
Packages that use VolumeConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of VolumeConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type VolumeConfiguration Modifier and Type Method Description List<VolumeConfiguration>CreateLayerRequest. volumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.List<VolumeConfiguration>Layer. volumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.List<VolumeConfiguration>UpdateLayerRequest. volumeConfigurations()AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type VolumeConfiguration Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. volumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Layer.BuilderLayer.Builder. volumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. volumeConfigurations(VolumeConfiguration... volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type VolumeConfiguration Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.Layer.BuilderLayer.Builder. volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. volumeConfigurations(Collection<VolumeConfiguration> volumeConfigurations)AVolumeConfigurationsobject that describes the layer's Amazon EBS volumes.
-