Uses of Class
software.amazon.awssdk.services.outposts.model.InstanceTypeItem
Packages that use InstanceTypeItem
Package
Description
-
Uses of InstanceTypeItem in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type InstanceTypeItemModifier and TypeMethodDescriptionfinal List<InstanceTypeItem>GetOutpostInstanceTypesResponse.instanceTypes()Returns the value of the InstanceTypes property for this object.final List<InstanceTypeItem>GetOutpostSupportedInstanceTypesResponse.instanceTypes()Returns the value of the InstanceTypes property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type InstanceTypeItemModifier and TypeMethodDescriptionGetOutpostInstanceTypesResponse.Builder.instanceTypes(InstanceTypeItem... instanceTypes) Sets the value of the InstanceTypes property for this object.GetOutpostSupportedInstanceTypesResponse.Builder.instanceTypes(InstanceTypeItem... instanceTypes) Sets the value of the InstanceTypes property for this object.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type InstanceTypeItemModifier and TypeMethodDescriptionGetOutpostInstanceTypesResponse.Builder.instanceTypes(Collection<InstanceTypeItem> instanceTypes) Sets the value of the InstanceTypes property for this object.GetOutpostSupportedInstanceTypesResponse.Builder.instanceTypes(Collection<InstanceTypeItem> instanceTypes) Sets the value of the InstanceTypes property for this object. -
Uses of InstanceTypeItem in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type InstanceTypeItemModifier and TypeMethodDescriptionfinal SdkIterable<InstanceTypeItem>GetOutpostInstanceTypesIterable.instanceTypes()Returns an iterable to iterate through the paginatedGetOutpostInstanceTypesResponse.instanceTypes()member.final SdkPublisher<InstanceTypeItem>GetOutpostInstanceTypesPublisher.instanceTypes()Returns a publisher that can be used to get a stream of data.final SdkIterable<InstanceTypeItem>GetOutpostSupportedInstanceTypesIterable.instanceTypes()Returns an iterable to iterate through the paginatedGetOutpostSupportedInstanceTypesResponse.instanceTypes()member.final SdkPublisher<InstanceTypeItem>GetOutpostSupportedInstanceTypesPublisher.instanceTypes()Returns a publisher that can be used to get a stream of data.