Uses of Class
com.amazonaws.services.ec2.model.GetPasswordDataResult
Packages that use GetPasswordDataResult
-
Uses of GetPasswordDataResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return GetPasswordDataResultModifier and TypeMethodDescriptionAbstractAmazonEC2.getPasswordData(GetPasswordDataRequest request) AmazonEC2.getPasswordData(GetPasswordDataRequest getPasswordDataRequest) Retrieves the encrypted administrator password for an instance running Windows.AmazonEC2Client.getPasswordData(GetPasswordDataRequest getPasswordDataRequest) Retrieves the encrypted administrator password for an instance running Windows.Methods in com.amazonaws.services.ec2 that return types with arguments of type GetPasswordDataResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest request) AbstractAmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest) Retrieves the encrypted administrator password for an instance running Windows.AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) Retrieves the encrypted administrator password for an instance running Windows.AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest request) AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type GetPasswordDataResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) Retrieves the encrypted administrator password for an instance running Windows.AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest, GetPasswordDataResult> asyncHandler) -
Uses of GetPasswordDataResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GetPasswordDataResultModifier and TypeMethodDescriptionGetPasswordDataResult.clone()GetPasswordDataResult.withInstanceId(String instanceId) The ID of the Windows instance.GetPasswordDataResult.withPasswordData(String passwordData) The password of the instance.GetPasswordDataResult.withTimestamp(Date timestamp) The time the data was last updated.