Uses of Class
software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest
-
Packages that use GetPasswordDataRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform software.amazon.awssdk.services.ec2.waiters -
-
Uses of GetPasswordDataRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetPasswordDataRequest Modifier and Type Method Description default CompletableFuture<GetPasswordDataResponse>Ec2AsyncClient. getPasswordData(GetPasswordDataRequest 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. -
Uses of GetPasswordDataRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetPasswordDataRequest Modifier and Type Method Description SdkHttpFullRequestGetPasswordDataRequestMarshaller. marshall(GetPasswordDataRequest getPasswordDataRequest) -
Uses of GetPasswordDataRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type GetPasswordDataRequest Modifier and Type Method Description 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(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
-