Uses of Interface
software.amazon.awssdk.services.ecs.model.ExpressGatewayRepositoryCredentials.Builder
-
Packages that use ExpressGatewayRepositoryCredentials.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExpressGatewayRepositoryCredentials.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExpressGatewayRepositoryCredentials.Builder Modifier and Type Method Description static ExpressGatewayRepositoryCredentials.BuilderExpressGatewayRepositoryCredentials. builder()ExpressGatewayRepositoryCredentials.BuilderExpressGatewayRepositoryCredentials.Builder. credentialsParameter(String credentialsParameter)The Amazon Resource Name (ARN) of the secret containing the private repository credentials.ExpressGatewayRepositoryCredentials.BuilderExpressGatewayRepositoryCredentials. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExpressGatewayRepositoryCredentials.Builder Modifier and Type Method Description static Class<? extends ExpressGatewayRepositoryCredentials.Builder>ExpressGatewayRepositoryCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExpressGatewayRepositoryCredentials.Builder Modifier and Type Method Description default ExpressGatewayContainer.BuilderExpressGatewayContainer.Builder. repositoryCredentials(Consumer<ExpressGatewayRepositoryCredentials.Builder> repositoryCredentials)The configuration for repository credentials for private registry authentication.
-