Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateContainerServiceRegistryLoginResponse
-
Packages that use CreateContainerServiceRegistryLoginResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of CreateContainerServiceRegistryLoginResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateContainerServiceRegistryLoginResponse Modifier and Type Method Description default CreateContainerServiceRegistryLoginResponseLightsailClient. createContainerServiceRegistryLogin(Consumer<CreateContainerServiceRegistryLoginRequest.Builder> createContainerServiceRegistryLoginRequest)Creates a temporary set of log in credentials that you can use to log in to the Docker process on your local machine.default CreateContainerServiceRegistryLoginResponseLightsailClient. createContainerServiceRegistryLogin(CreateContainerServiceRegistryLoginRequest createContainerServiceRegistryLoginRequest)Creates a temporary set of log in credentials that you can use to log in to the Docker process on your local machine.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateContainerServiceRegistryLoginResponse Modifier and Type Method Description default CompletableFuture<CreateContainerServiceRegistryLoginResponse>LightsailAsyncClient. createContainerServiceRegistryLogin(Consumer<CreateContainerServiceRegistryLoginRequest.Builder> createContainerServiceRegistryLoginRequest)Creates a temporary set of log in credentials that you can use to log in to the Docker process on your local machine.default CompletableFuture<CreateContainerServiceRegistryLoginResponse>LightsailAsyncClient. createContainerServiceRegistryLogin(CreateContainerServiceRegistryLoginRequest createContainerServiceRegistryLoginRequest)Creates a temporary set of log in credentials that you can use to log in to the Docker process on your local machine.
-