Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
-
Packages that use DeleteUsagePlanKeyRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of DeleteUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteUsagePlanKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteUsagePlanKeyResponse>ApiGatewayAsyncClient. deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteUsagePlanKeyResponseApiGatewayClient. deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest)Deletes a usage plan key and remove the underlying API key from the associated usage plan. -
Uses of DeleteUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteUsagePlanKeyRequest.Builder Modifier and Type Method Description static DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest. builder()DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest.Builder. keyId(String keyId)The Id of the UsagePlanKey resource to be deleted.DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest. toBuilder()DeleteUsagePlanKeyRequest.BuilderDeleteUsagePlanKeyRequest.Builder. usagePlanId(String usagePlanId)The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteUsagePlanKeyRequest.Builder Modifier and Type Method Description static Class<? extends DeleteUsagePlanKeyRequest.Builder>DeleteUsagePlanKeyRequest. serializableBuilderClass()
-