Uses of Interface
software.amazon.awscdk.services.ecs.AssociateCloudMapServiceOptions
Packages that use AssociateCloudMapServiceOptions
-
Uses of AssociateCloudMapServiceOptions in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement AssociateCloudMapServiceOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAssociateCloudMapServiceOptions
Methods in software.amazon.awscdk.services.ecs that return AssociateCloudMapServiceOptionsModifier and TypeMethodDescriptionAssociateCloudMapServiceOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type AssociateCloudMapServiceOptionsModifier and TypeMethodDescriptionvoid
BaseService.associateCloudMapService
(AssociateCloudMapServiceOptions options) Associates this service with a CloudMap service.void
ExternalService.associateCloudMapService
(AssociateCloudMapServiceOptions _options) Overriden method to throw error asassociateCloudMapService
is not supported for external service.