Uses of Class
com.amazonaws.services.apigateway.model.GetRestApiResult
Packages that use GetRestApiResult
-
Uses of GetRestApiResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getRestApi(GetRestApiRequest request) AmazonApiGateway.getRestApi(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.AmazonApiGatewayClient.getRestApi(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request) AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest) Lists the RestApi resource in the collection.AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Lists the RestApi resource in the collection.AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request) AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApiResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) Lists the RestApi resource in the collection.AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest, GetRestApiResult> asyncHandler) -
Uses of GetRestApiResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApiResultModifier and TypeMethodDescriptionGetRestApiResult.clone()GetRestApiResult.withCreatedDate(Date createdDate) The date when the API was created, in ISO 8601 format.GetRestApiResult.withDescription(String description) The API's description.The API's identifier.The API's name.GetRestApiResult.withWarnings(String... warnings) NOTE: This method appends the values to the existing list (if any).GetRestApiResult.withWarnings(Collection<String> warnings)