Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
Packages that use CreateApiKeyRequest.Builder
Package
Description
-
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateApiKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateApiKeyResponse>ApiGatewayAsyncClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest) Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest) Create an ApiKey resource. -
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateApiKeyRequest.BuilderModifier and TypeMethodDescriptionstatic CreateApiKeyRequest.BuilderCreateApiKeyRequest.builder()CreateApiKeyRequest.Builder.customerId(String customerId) An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.CreateApiKeyRequest.Builder.description(String description) The description of the ApiKey.Specifies whether the ApiKey can be used by callers.CreateApiKeyRequest.Builder.generateDistinctId(Boolean generateDistinctId) Specifies whether (true) or not (false) the key identifier is distinct from the created API key value.The name of the ApiKey.CreateApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateApiKeyRequest.Builder.stageKeys(Collection<StageKey> stageKeys) DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.CreateApiKeyRequest.Builder.stageKeys(Consumer<StageKey.Builder>... stageKeys) DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.The key-value map of strings.CreateApiKeyRequest.toBuilder()Specifies a value of the API key.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateApiKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateApiKeyRequest.Builder>CreateApiKeyRequest.serializableBuilderClass()