mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
fixed typo
This commit is contained in:
parent
db53c00748
commit
68e657fb4e
@ -105,7 +105,7 @@ public interface WindowsAsyncClient {
|
||||
@Path("/")
|
||||
@FormParams(keys = ACTION, values = "GetPasswordData")
|
||||
@XMLResponseParser(GetPasswordDataResponseHandler.class)
|
||||
ListenableFuture<PasswordData> getPasswordData(
|
||||
ListenableFuture<PasswordData> getPasswordDataInRegion(
|
||||
@EndpointParam(parser = RegionToEndpointOrProviderIfNull.class) @Nullable String region,
|
||||
@FormParam("InstanceId") String instanceId);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user