Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
Packages that use CreateApiKeyResponse.Builder
-
Uses of CreateApiKeyResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateApiKeyResponse.BuilderModifier and TypeMethodDescriptionstatic CreateApiKeyResponse.BuilderCreateApiKeyResponse.builder()CreateApiKeyResponse.Builder.createdDate(Instant createdDate) The timestamp when the API Key was created.CreateApiKeyResponse.Builder.customerId(String customerId) An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.CreateApiKeyResponse.Builder.description(String description) The description of the API Key.Specifies whether the API Key can be used by callers.The identifier of the API Key.CreateApiKeyResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) The timestamp when the API Key was last updated.The name of the API Key.A list of Stage resources that are associated with the ApiKey resource.CreateApiKeyResponse.Builder.stageKeys(Collection<String> stageKeys) A list of Stage resources that are associated with the ApiKey resource.The collection of tags.CreateApiKeyResponse.toBuilder()The value of the API Key.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateApiKeyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateApiKeyResponse.Builder>CreateApiKeyResponse.serializableBuilderClass()