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("/")
|
||||
@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…
Reference in New Issue