Uses of Class
software.amazon.awssdk.services.outposts.model.StartOutpostDecommissionResponse
-
Packages that use StartOutpostDecommissionResponse 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 StartOutpostDecommissionResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return StartOutpostDecommissionResponse Modifier and Type Method Description default StartOutpostDecommissionResponseOutpostsClient. startOutpostDecommission(Consumer<StartOutpostDecommissionRequest.Builder> startOutpostDecommissionRequest)Starts the decommission process to return the Outposts racks or servers.default StartOutpostDecommissionResponseOutpostsClient. startOutpostDecommission(StartOutpostDecommissionRequest startOutpostDecommissionRequest)Starts the decommission process to return the Outposts racks or servers.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type StartOutpostDecommissionResponse Modifier and Type Method Description default CompletableFuture<StartOutpostDecommissionResponse>OutpostsAsyncClient. startOutpostDecommission(Consumer<StartOutpostDecommissionRequest.Builder> startOutpostDecommissionRequest)Starts the decommission process to return the Outposts racks or servers.default CompletableFuture<StartOutpostDecommissionResponse>OutpostsAsyncClient. startOutpostDecommission(StartOutpostDecommissionRequest startOutpostDecommissionRequest)Starts the decommission process to return the Outposts racks or servers.
-