Uses of Class
software.amazon.awssdk.services.batch.model.Secret
-
Packages that use Secret Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Secret in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.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>ContainerDetail. secrets()The secrets to pass to the container.List<Secret>ContainerProperties. secrets()The secrets for the container.List<Secret>TaskContainerDetails. secrets()The secrets to pass to the container.List<Secret>TaskContainerProperties. secrets()The secrets to pass to the container.Methods in software.amazon.awssdk.services.batch.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.ContainerDetail.BuilderContainerDetail.Builder. secrets(Secret... secrets)The secrets to pass to the container.ContainerProperties.BuilderContainerProperties.Builder. secrets(Secret... secrets)The secrets for the container.TaskContainerDetails.BuilderTaskContainerDetails.Builder. secrets(Secret... secrets)The secrets to pass to the container.TaskContainerProperties.BuilderTaskContainerProperties.Builder. secrets(Secret... secrets)The secrets to pass to the container.Method parameters in software.amazon.awssdk.services.batch.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.ContainerDetail.BuilderContainerDetail.Builder. secrets(Collection<Secret> secrets)The secrets to pass to the container.ContainerProperties.BuilderContainerProperties.Builder. secrets(Collection<Secret> secrets)The secrets for the container.TaskContainerDetails.BuilderTaskContainerDetails.Builder. secrets(Collection<Secret> secrets)The secrets to pass to the container.TaskContainerProperties.BuilderTaskContainerProperties.Builder. secrets(Collection<Secret> secrets)The secrets to pass to the container.
-