Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
-
Packages that use GetApiKeyRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetApiKeyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. apiKey(String apiKey)The identifier of the ApiKey resource.static GetApiKeyRequest.BuilderGetApiKeyRequest. builder()GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. includeValue(Boolean includeValue)A boolean flag to specify whether (true) or not (false) the result contains the key value.GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApiKeyRequest.BuilderGetApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApiKeyRequest.BuilderGetApiKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends GetApiKeyRequest.Builder>GetApiKeyRequest. serializableBuilderClass()
-