Uses of Class
software.amazon.awssdk.services.outposts.model.CreateRenewalResponse
Packages that use CreateRenewalResponse
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of CreateRenewalResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CreateRenewalResponseModifier and TypeMethodDescriptiondefault CreateRenewalResponseOutpostsClient.createRenewal(Consumer<CreateRenewalRequest.Builder> createRenewalRequest) Creates a renewal contract for the specified Outpost.default CreateRenewalResponseOutpostsClient.createRenewal(CreateRenewalRequest createRenewalRequest) Creates a renewal contract for the specified Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CreateRenewalResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateRenewalResponse>OutpostsAsyncClient.createRenewal(Consumer<CreateRenewalRequest.Builder> createRenewalRequest) Creates a renewal contract for the specified Outpost.default CompletableFuture<CreateRenewalResponse>OutpostsAsyncClient.createRenewal(CreateRenewalRequest createRenewalRequest) Creates a renewal contract for the specified Outpost.