Uses of Class
software.amazon.awssdk.services.ecs.model.PlatformDevice
-
Packages that use PlatformDevice Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of PlatformDevice in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PlatformDevice Modifier and Type Method Description List<PlatformDevice>RegisterContainerInstanceRequest. platformDevices()The devices that are available on the container instance.Methods in software.amazon.awssdk.services.ecs.model with parameters of type PlatformDevice Modifier and Type Method Description RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. platformDevices(PlatformDevice... platformDevices)The devices that are available on the container instance.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type PlatformDevice Modifier and Type Method Description RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. platformDevices(Collection<PlatformDevice> platformDevices)The devices that are available on the container instance.
-