Uses of Interface
software.amazon.awssdk.services.batch.model.RepositoryCredentials.Builder
-
Packages that use RepositoryCredentials.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of RepositoryCredentials.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return RepositoryCredentials.Builder Modifier and Type Method Description static RepositoryCredentials.BuilderRepositoryCredentials. builder()RepositoryCredentials.BuilderRepositoryCredentials.Builder. credentialsParameter(String credentialsParameter)The Amazon Resource Name (ARN) of the secret containing the private repository credentials.RepositoryCredentials.BuilderRepositoryCredentials. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type RepositoryCredentials.Builder Modifier and Type Method Description static Class<? extends RepositoryCredentials.Builder>RepositoryCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type RepositoryCredentials.Builder Modifier and Type Method Description default ContainerDetail.BuilderContainerDetail.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)The private repository authentication credentials to use.default ContainerProperties.BuilderContainerProperties.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)The private repository authentication credentials to use.default TaskContainerDetails.BuilderTaskContainerDetails.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)The private repository authentication credentials to use.default TaskContainerProperties.BuilderTaskContainerProperties.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)The private repository authentication credentials to use.
-