Uses of Class
software.amazon.awssdk.services.outposts.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException 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 ServiceQuotaExceededException in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that throw ServiceQuotaExceededException Modifier and Type Method Description default CreateOrderResponseOutpostsClient. createOrder(Consumer<CreateOrderRequest.Builder> createOrderRequest)Creates an order for an Outpost.default CreateOrderResponseOutpostsClient. createOrder(CreateOrderRequest createOrderRequest)Creates an order for an Outpost.default CreateOutpostResponseOutpostsClient. createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest)Creates an Outpost.default CreateOutpostResponseOutpostsClient. createOutpost(CreateOutpostRequest createOutpostRequest)Creates an Outpost.default CreateSiteResponseOutpostsClient. createSite(Consumer<CreateSiteRequest.Builder> createSiteRequest)Creates a site for an Outpost.default CreateSiteResponseOutpostsClient. createSite(CreateSiteRequest createSiteRequest)Creates a site for an Outpost.
-