fixed typo

This commit is contained in:
Adrian Cole 2012-02-04 10:40:50 -08:00
parent db53c00748
commit 68e657fb4e
1 changed files with 1 additions and 1 deletions

View File

@ -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);