Uses of Class
software.amazon.awssdk.services.apigateway.model.GetAccountRequest
-
Packages that use GetAccountRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetAccountRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetAccountRequest Modifier and Type Method Description default CompletableFuture<GetAccountResponse>ApiGatewayAsyncClient. getAccount(GetAccountRequest getAccountRequest)Gets information about the current Account resource.default GetAccountResponseApiGatewayClient. getAccount(GetAccountRequest getAccountRequest)Gets information about the current Account resource. -
Uses of GetAccountRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetAccountRequest Modifier and Type Method Description SdkHttpFullRequestGetAccountRequestMarshaller. marshall(GetAccountRequest getAccountRequest)
-