Uses of Interface
software.amazon.awscdk.services.batch.IComputeEnvironment
Packages that use IComputeEnvironment
- 
Uses of IComputeEnvironment in software.amazon.awscdk.services.batch
Subinterfaces of IComputeEnvironment in software.amazon.awscdk.services.batchModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIComputeEnvironment.interfaceA ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static interfaceInternal default implementation forIFargateComputeEnvironment.interfaceRepresents a Managed ComputeEnvironment.static interfaceInternal default implementation forIManagedComputeEnvironment.interfaceA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.static interfaceInternal default implementation forIManagedEc2EcsComputeEnvironment.interfaceRepresents an UnmanagedComputeEnvironment.static interfaceInternal default implementation forIUnmanagedComputeEnvironment.Classes in software.amazon.awscdk.services.batch that implement IComputeEnvironmentModifier and TypeClassDescriptionclassA ManagedComputeEnvironment that uses ECS orchestration on Fargate instances.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.classA ManagedComputeEnvironment that uses ECS orchestration on EC2 instances.classUnmanaged ComputeEnvironments do not provision or manage EC2 instances on your behalf.Methods in software.amazon.awscdk.services.batch that return IComputeEnvironmentModifier and TypeMethodDescriptionOrderedComputeEnvironment.getComputeEnvironment()The ComputeEnvironment to link to this JobQueue.final IComputeEnvironmentOrderedComputeEnvironment.Jsii$Proxy.getComputeEnvironment()Methods in software.amazon.awscdk.services.batch with parameters of type IComputeEnvironmentModifier and TypeMethodDescriptionvoidIJobQueue.addComputeEnvironment(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.default voidIJobQueue.Jsii$Default.addComputeEnvironment(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.final voidIJobQueue.Jsii$Proxy.addComputeEnvironment(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.voidJobQueue.addComputeEnvironment(IComputeEnvironment computeEnvironment, Number order) Add aComputeEnvironmentto this Queue.OrderedComputeEnvironment.Builder.computeEnvironment(IComputeEnvironment computeEnvironment) Sets the value ofOrderedComputeEnvironment.getComputeEnvironment()