Uses of Class
software.amazon.awssdk.services.outposts.model.DetailedInstanceTypeItem
Packages that use DetailedInstanceTypeItem
Package
Description
-
Uses of DetailedInstanceTypeItem in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type DetailedInstanceTypeItemModifier and TypeMethodDescriptionfinal List<DetailedInstanceTypeItem>ListOrderableInstanceTypesResponse.instanceTypes()Information about the instance types that can be ordered for the Outpost.Methods in software.amazon.awssdk.services.outposts.model with parameters of type DetailedInstanceTypeItemModifier and TypeMethodDescriptionListOrderableInstanceTypesResponse.Builder.instanceTypes(DetailedInstanceTypeItem... instanceTypes) Information about the instance types that can be ordered for the Outpost.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type DetailedInstanceTypeItemModifier and TypeMethodDescriptionListOrderableInstanceTypesResponse.Builder.instanceTypes(Collection<DetailedInstanceTypeItem> instanceTypes) Information about the instance types that can be ordered for the Outpost. -
Uses of DetailedInstanceTypeItem in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type DetailedInstanceTypeItemModifier and TypeMethodDescriptionListOrderableInstanceTypesIterable.instanceTypes()Returns an iterable to iterate through the paginatedListOrderableInstanceTypesResponse.instanceTypes()member.ListOrderableInstanceTypesPublisher.instanceTypes()Returns a publisher that can be used to get a stream of data.