Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
Packages that use GetApiKeyRequest.Builder
Package
Description
-
Uses of GetApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetApiKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetApiKeyResponse>ApiGatewayAsyncClient.getApiKey(Consumer<GetApiKeyRequest.Builder> getApiKeyRequest) Gets information about the current ApiKey resource.default GetApiKeyResponseApiGatewayClient.getApiKey(Consumer<GetApiKeyRequest.Builder> getApiKeyRequest) Gets information about the current ApiKey resource. -
Uses of GetApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetApiKeyRequest.BuilderModifier and TypeMethodDescriptionThe identifier of the ApiKey resource.static GetApiKeyRequest.BuilderGetApiKeyRequest.builder()GetApiKeyRequest.Builder.includeValue(Boolean includeValue) A boolean flag to specify whether (true) or not (false) the result contains the key value.GetApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetApiKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetApiKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetApiKeyRequest.Builder>GetApiKeyRequest.serializableBuilderClass()