Uses of Class
software.amazon.awssdk.services.outposts.model.StartOutpostDecommissionResponse
Packages that use StartOutpostDecommissionResponse
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 StartOutpostDecommissionResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return StartOutpostDecommissionResponseModifier and TypeMethodDescriptiondefault 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 StartOutpostDecommissionResponseModifier and TypeMethodDescriptionOutpostsAsyncClient.startOutpostDecommission(Consumer<StartOutpostDecommissionRequest.Builder> startOutpostDecommissionRequest) Starts the decommission process to return the Outposts racks or servers.OutpostsAsyncClient.startOutpostDecommission(StartOutpostDecommissionRequest startOutpostDecommissionRequest) Starts the decommission process to return the Outposts racks or servers.