Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
Packages that use GetResourceRequest.Builder
Package
Description
-
Uses of GetResourceRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetResourceResponse>ApiGatewayAsyncClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Lists information about a resource.default GetResourceResponseApiGatewayClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Lists information about a resource. -
Uses of GetResourceRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetResourceRequest.BuilderModifier and TypeMethodDescriptionstatic GetResourceRequest.BuilderGetResourceRequest.builder()A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response.GetResourceRequest.Builder.embed(Collection<String> embed) A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response.GetResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetResourceRequest.Builder.resourceId(String resourceId) The identifier for the Resource resource.The string identifier of the associated RestApi.GetResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourceRequest.Builder>GetResourceRequest.serializableBuilderClass()