Uses of Class
software.amazon.awscdk.services.ecs.ServiceManagedVolume
Packages that use ServiceManagedVolume
-
Uses of ServiceManagedVolume in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ServiceManagedVolumeMethods in software.amazon.awscdk.services.ecs that return types with arguments of type ServiceManagedVolumeModifier and TypeMethodDescriptiondefault List<ServiceManagedVolume> BaseServiceOptions.getVolumeConfigurations()Configuration details for a volume used by the service.final List<ServiceManagedVolume> BaseServiceOptions.Jsii$Proxy.getVolumeConfigurations()final List<ServiceManagedVolume> BaseServiceProps.Jsii$Proxy.getVolumeConfigurations()final List<ServiceManagedVolume> Ec2ServiceProps.Jsii$Proxy.getVolumeConfigurations()final List<ServiceManagedVolume> ExternalServiceProps.Jsii$Proxy.getVolumeConfigurations()final List<ServiceManagedVolume> FargateServiceProps.Jsii$Proxy.getVolumeConfigurations()Methods in software.amazon.awscdk.services.ecs with parameters of type ServiceManagedVolumeModifier and TypeMethodDescriptionvoidBaseService.addVolume(ServiceManagedVolume volume) Adds a volume to the Service.Method parameters in software.amazon.awscdk.services.ecs with type arguments of type ServiceManagedVolumeModifier and TypeMethodDescriptionBaseServiceOptions.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()BaseServiceProps.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()Ec2Service.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Configuration details for a volume used by the service.Ec2ServiceProps.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()ExternalService.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Configuration details for a volume used by the service.ExternalServiceProps.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()FargateService.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Configuration details for a volume used by the service.FargateServiceProps.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()