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.Builder
RepositoryCredentials. builder()
RepositoryCredentials.Builder
RepositoryCredentials.Builder. credentialsParameter(String credentialsParameter)
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.RepositoryCredentials.Builder
RepositoryCredentials. 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.Builder
ContainerDetail.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)
The private repository authentication credentials to use.default ContainerProperties.Builder
ContainerProperties.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)
The private repository authentication credentials to use.default TaskContainerDetails.Builder
TaskContainerDetails.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)
The private repository authentication credentials to use.default TaskContainerProperties.Builder
TaskContainerProperties.Builder. repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials)
The private repository authentication credentials to use.
-