Uses of Interface
software.amazon.awssdk.services.ec2.model.GetPasswordDataRequest.Builder
Packages that use GetPasswordDataRequest.Builder
Package
Description
-
Uses of GetPasswordDataRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetPasswordDataRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetPasswordDataResponse>Ec2AsyncClient.getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest) Retrieves the encrypted administrator password for a running Windows instance.default GetPasswordDataResponseEc2Client.getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest) Retrieves the encrypted administrator password for a running Windows instance. -
Uses of GetPasswordDataRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetPasswordDataRequest.BuilderModifier and TypeMethodDescriptionGetPasswordDataRequest.builder()Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.GetPasswordDataRequest.Builder.instanceId(String instanceId) The ID of the Windows instance.GetPasswordDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPasswordDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetPasswordDataRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetPasswordDataRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPasswordDataRequest.Builder>GetPasswordDataRequest.serializableBuilderClass() -
Uses of GetPasswordDataRequest.Builder in software.amazon.awssdk.services.ec2.waiters
Method parameters in software.amazon.awssdk.services.ec2.waiters with type arguments of type GetPasswordDataRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncWaiter.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.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 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.