Uses of Class
software.amazon.awssdk.services.ecs.model.Secret
-
Packages that use Secret Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Secret in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Secret Modifier and Type Method Description List<Secret>LogConfiguration. secretOptions()The secrets to pass to the log configuration.List<Secret>ContainerDefinition. secrets()The secrets to pass to the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Secret Modifier and Type Method Description LogConfiguration.BuilderLogConfiguration.Builder. secretOptions(Secret... secretOptions)The secrets to pass to the log configuration.ContainerDefinition.BuilderContainerDefinition.Builder. secrets(Secret... secrets)The secrets to pass to the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Secret Modifier and Type Method Description LogConfiguration.BuilderLogConfiguration.Builder. secretOptions(Collection<Secret> secretOptions)The secrets to pass to the log configuration.ContainerDefinition.BuilderContainerDefinition.Builder. secrets(Collection<Secret> secrets)The secrets to pass to the container.
-