Uses of Class
software.amazon.awssdk.services.outposts.model.InstanceTypeItem
-
Packages that use InstanceTypeItem Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
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 InstanceTypeItem Modifier and Type Method Description List<InstanceTypeItem>GetOutpostInstanceTypesResponse. instanceTypes()Returns the value of the InstanceTypes property for this object.Methods in software.amazon.awssdk.services.outposts.model with parameters of type InstanceTypeItem Modifier and Type Method Description GetOutpostInstanceTypesResponse.BuilderGetOutpostInstanceTypesResponse.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 InstanceTypeItem Modifier and Type Method Description GetOutpostInstanceTypesResponse.BuilderGetOutpostInstanceTypesResponse.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 InstanceTypeItem Modifier and Type Method Description SdkIterable<InstanceTypeItem>GetOutpostInstanceTypesIterable. instanceTypes()Returns an iterable to iterate through the paginatedGetOutpostInstanceTypesResponse.instanceTypes()member.SdkPublisher<InstanceTypeItem>GetOutpostInstanceTypesPublisher. instanceTypes()Returns a publisher that can be used to get a stream of data.
-