Uses of Class
software.amazon.awssdk.services.outposts.model.CreateOutpostResponse
-
Packages that use CreateOutpostResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of CreateOutpostResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CreateOutpostResponse Modifier and Type Method Description default CreateOutpostResponseOutpostsClient. createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest)Creates an Outpost.default CreateOutpostResponseOutpostsClient. createOutpost(CreateOutpostRequest createOutpostRequest)Creates an Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CreateOutpostResponse Modifier and Type Method Description default CompletableFuture<CreateOutpostResponse>OutpostsAsyncClient. createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest)Creates an Outpost.default CompletableFuture<CreateOutpostResponse>OutpostsAsyncClient. createOutpost(CreateOutpostRequest createOutpostRequest)Creates an Outpost.
-