Uses of Class
software.amazon.awssdk.services.opsworks.model.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of BlockDeviceMapping in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>CreateInstanceRequest. blockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block devices.List<BlockDeviceMapping>Instance. blockDeviceMappings()An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type BlockDeviceMapping Modifier and Type Method Description CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.Instance.BuilderInstance.Builder. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type BlockDeviceMapping Modifier and Type Method Description CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block devices.Instance.BuilderInstance.Builder. blockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)An array ofBlockDeviceMappingobjects that specify the instance's block device mappings.
-