Uses of Class
com.amazonaws.services.apigateway.model.GetResourceResult
Packages that use GetResourceResult
-
Uses of GetResourceResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetResourceResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getResource
(GetResourceRequest request) AmazonApiGateway.getResource
(GetResourceRequest getResourceRequest) Lists information about a resource.AmazonApiGatewayClient.getResource
(GetResourceRequest getResourceRequest) Lists information about a resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetResourceResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest request) AbstractAmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest request, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) AmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest getResourceRequest) Lists information about a resource.AmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest getResourceRequest, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) Lists information about a resource.AmazonApiGatewayAsyncClient.getResourceAsync
(GetResourceRequest request) AmazonApiGatewayAsyncClient.getResourceAsync
(GetResourceRequest request, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetResourceResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest request, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) AmazonApiGatewayAsync.getResourceAsync
(GetResourceRequest getResourceRequest, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) Lists information about a resource.AmazonApiGatewayAsyncClient.getResourceAsync
(GetResourceRequest request, AsyncHandler<GetResourceRequest, GetResourceResult> asyncHandler) -
Uses of GetResourceResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetResourceResultModifier and TypeMethodDescriptionGetResourceResult.addResourceMethodsEntry
(String key, Method value) GetResourceResult.clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.GetResourceResult.clone()
The resource's identifier.GetResourceResult.withParentId
(String parentId) The parent resource's identifier.The full path for this resource.GetResourceResult.withPathPart
(String pathPart) The last path segment for this resource.GetResourceResult.withResourceMethods
(Map<String, Method> resourceMethods) Map of methods for this resource, which is included only if the request uses the embed query option.