Uses of Interface
software.amazon.awssdk.services.ec2.model.ReleaseHostsResponse.Builder
Packages that use ReleaseHostsResponse.Builder
-
Uses of ReleaseHostsResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReleaseHostsResponse.BuilderModifier and TypeMethodDescriptionstatic ReleaseHostsResponse.BuilderReleaseHostsResponse.builder()ReleaseHostsResponse.Builder.successful(String... successful) The IDs of the Dedicated Hosts that were successfully released.ReleaseHostsResponse.Builder.successful(Collection<String> successful) The IDs of the Dedicated Hosts that were successfully released.ReleaseHostsResponse.toBuilder()ReleaseHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated Hosts that could not be released, including an error message.ReleaseHostsResponse.Builder.unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful) The IDs of the Dedicated Hosts that could not be released, including an error message.ReleaseHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) The IDs of the Dedicated Hosts that could not be released, including an error message.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReleaseHostsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReleaseHostsResponse.Builder>ReleaseHostsResponse.serializableBuilderClass()