Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
-
Packages that use GetUsagePlanKeyRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetUsagePlanKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetUsagePlanKeyResponse>ApiGatewayAsyncClient. getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest)Gets a usage plan key of a given key identifier.default GetUsagePlanKeyResponseApiGatewayClient. getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest)Gets a usage plan key of a given key identifier. -
Uses of GetUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlanKeyRequest.Builder Modifier and Type Method Description static GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest. builder()GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest.Builder. keyId(String keyId)The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest. toBuilder()GetUsagePlanKeyRequest.BuilderGetUsagePlanKeyRequest.Builder. usagePlanId(String usagePlanId)The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetUsagePlanKeyRequest.Builder Modifier and Type Method Description static Class<? extends GetUsagePlanKeyRequest.Builder>GetUsagePlanKeyRequest. serializableBuilderClass()
-