Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
Packages that use UpdateApiKeyResponse.Builder
-
Uses of UpdateApiKeyResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateApiKeyResponse.BuilderModifier and TypeMethodDescriptionstatic UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.builder()UpdateApiKeyResponse.Builder.createdDate(Instant createdDate) The timestamp when the API Key was created.UpdateApiKeyResponse.Builder.customerId(String customerId) An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.UpdateApiKeyResponse.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.UpdateApiKeyResponse.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.UpdateApiKeyResponse.Builder.stageKeys(Collection<String> stageKeys) A list of Stage resources that are associated with the ApiKey resource.The collection of tags.UpdateApiKeyResponse.toBuilder()The value of the API Key.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateApiKeyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateApiKeyResponse.Builder>UpdateApiKeyResponse.serializableBuilderClass()