Uses of Enum Class
org.citrusframework.actions.testcontainers.aws2.AwsService
Packages that use AwsService
Package
Description
-
Uses of AwsService in org.citrusframework.actions.testcontainers
Methods in org.citrusframework.actions.testcontainers with parameters of type AwsServiceModifier and TypeMethodDescriptionTestcontainersLocalStackStartActionBuilder.withService(AwsService service) TestcontainersLocalStackStartActionBuilder.withServices(AwsService[] services) Method parameters in org.citrusframework.actions.testcontainers with type arguments of type AwsServiceModifier and TypeMethodDescriptionTestcontainersLocalStackStartActionBuilder.withServices(Set<AwsService> services) -
Uses of AwsService in org.citrusframework.actions.testcontainers.aws2
Methods in org.citrusframework.actions.testcontainers.aws2 that return AwsServiceModifier and TypeMethodDescriptionstatic AwsServiceAwsService.fromServiceName(String serviceName) static AwsServiceReturns the enum constant of this class with the specified name.static AwsService[]AwsService.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework.actions.testcontainers.aws2 with parameters of type AwsService