Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
-
Packages that use UpdateApiKeyRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateApiKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateApiKeyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. apiKey(String apiKey)The identifier of the ApiKey resource to be updated.static UpdateApiKeyRequest.BuilderUpdateApiKeyRequest. builder()UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateApiKeyRequest.BuilderUpdateApiKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateApiKeyRequest.Builder>UpdateApiKeyRequest. serializableBuilderClass()
-