Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
Packages that use UpdateApiKeyRequest.Builder
Package
Description
-
Uses of UpdateApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateApiKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateApiKeyResponse>ApiGatewayAsyncClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest) Changes information about an ApiKey resource.default UpdateApiKeyResponseApiGatewayClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest) Changes information about an ApiKey resource. -
Uses of UpdateApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateApiKeyRequest.BuilderModifier and TypeMethodDescriptionThe identifier of the ApiKey resource to be updated.static UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.builder()UpdateApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateApiKeyRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateApiKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateApiKeyRequest.Builder>UpdateApiKeyRequest.serializableBuilderClass()