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