Uses of Class
software.amazon.awssdk.services.ec2.model.GetPasswordDataResponse
-
Packages that use GetPasswordDataResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.waiters -
-
Uses of GetPasswordDataResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetPasswordDataResponse Modifier and Type Method Description default GetPasswordDataResponseEc2Client. getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)Retrieves the encrypted administrator password for a running Windows instance.default GetPasswordDataResponseEc2Client. getPasswordData(GetPasswordDataRequest getPasswordDataRequest)Retrieves the encrypted administrator password for a running Windows instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetPasswordDataResponse Modifier and Type Method Description default CompletableFuture<GetPasswordDataResponse>Ec2AsyncClient. getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)Retrieves the encrypted administrator password for a running Windows instance.default CompletableFuture<GetPasswordDataResponse>Ec2AsyncClient. getPasswordData(GetPasswordDataRequest getPasswordDataRequest)Retrieves the encrypted administrator password for a running Windows instance. -
Uses of GetPasswordDataResponse in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters that return types with arguments of type GetPasswordDataResponse Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetPasswordDataResponse>>Ec2AsyncWaiter. waitUntilPasswordDataAvailable(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)PollsEc2AsyncClient.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture<WaiterResponse<GetPasswordDataResponse>>Ec2AsyncWaiter. waitUntilPasswordDataAvailable(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)PollsEc2AsyncClient.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired state.default CompletableFuture<WaiterResponse<GetPasswordDataResponse>>Ec2AsyncWaiter. waitUntilPasswordDataAvailable(GetPasswordDataRequest getPasswordDataRequest)PollsEc2AsyncClient.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetPasswordDataResponse>>Ec2AsyncWaiter. waitUntilPasswordDataAvailable(GetPasswordDataRequest getPasswordDataRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetPasswordDataResponse>Ec2Waiter. waitUntilPasswordDataAvailable(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)PollsEc2Client.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<GetPasswordDataResponse>Ec2Waiter. waitUntilPasswordDataAvailable(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)PollsEc2Client.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<GetPasswordDataResponse>Ec2Waiter. waitUntilPasswordDataAvailable(GetPasswordDataRequest getPasswordDataRequest)PollsEc2Client.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetPasswordDataResponse>Ec2Waiter. waitUntilPasswordDataAvailable(GetPasswordDataRequest getPasswordDataRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.getPasswordData(software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest)API until the desired conditionPasswordDataAvailableis met, or until it is determined that the resource will never enter into the desired state
-