Uses of Class
software.amazon.awssdk.services.batch.model.RuntimePlatform
-
Packages that use RuntimePlatform Package Description software.amazon.awssdk.services.batch.model -
-
Uses of RuntimePlatform in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return RuntimePlatform Modifier and Type Method Description RuntimePlatformContainerDetail. runtimePlatform()Returns the value of the RuntimePlatform property for this object.RuntimePlatformContainerProperties. runtimePlatform()Returns the value of the RuntimePlatform property for this object.Methods in software.amazon.awssdk.services.batch.model with parameters of type RuntimePlatform Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. runtimePlatform(RuntimePlatform runtimePlatform)Sets the value of the RuntimePlatform property for this object.ContainerProperties.BuilderContainerProperties.Builder. runtimePlatform(RuntimePlatform runtimePlatform)Sets the value of the RuntimePlatform property for this object.
-