| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceRegistryLogin |
ContainerServiceRegistryLogin.clone() |
ContainerServiceRegistryLogin |
CreateContainerServiceRegistryLoginResult.getRegistryLogin()
An object that describes the log in information for the container service registry of your Lightsail account.
|
ContainerServiceRegistryLogin |
ContainerServiceRegistryLogin.withExpiresAt(Date expiresAt)
The timestamp of when the container image registry sign-in credentials expire.
|
ContainerServiceRegistryLogin |
ContainerServiceRegistryLogin.withPassword(String password)
The container service registry password to use to push container images to the container image registry of a
Lightsail account
|
ContainerServiceRegistryLogin |
ContainerServiceRegistryLogin.withRegistry(String registry)
The address to use to push container images to the container image registry of a Lightsail account.
|
ContainerServiceRegistryLogin |
ContainerServiceRegistryLogin.withUsername(String username)
The container service registry username to use to push container images to the container image registry of a
Lightsail account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerServiceRegistryLoginResult.setRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
CreateContainerServiceRegistryLoginResult |
CreateContainerServiceRegistryLoginResult.withRegistryLogin(ContainerServiceRegistryLogin registryLogin)
An object that describes the log in information for the container service registry of your Lightsail account.
|
Copyright © 2023. All rights reserved.