Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesSuccessItem
Packages that use DescribeFastLaunchImagesSuccessItem
Package
Description
-
Uses of DescribeFastLaunchImagesSuccessItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFastLaunchImagesSuccessItemModifier and TypeMethodDescriptionDescribeFastLaunchImagesResponse.fastLaunchImages()A collection of details about the fast-launch enabled Windows images that meet the requested criteria.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DescribeFastLaunchImagesSuccessItemModifier and TypeMethodDescriptionDescribeFastLaunchImagesResponse.Builder.fastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DescribeFastLaunchImagesSuccessItemModifier and TypeMethodDescriptionDescribeFastLaunchImagesResponse.Builder.fastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages) A collection of details about the fast-launch enabled Windows images that meet the requested criteria. -
Uses of DescribeFastLaunchImagesSuccessItem in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeFastLaunchImagesSuccessItemModifier and TypeMethodDescriptionDescribeFastLaunchImagesIterable.fastLaunchImages()Returns an iterable to iterate through the paginatedDescribeFastLaunchImagesResponse.fastLaunchImages()member.DescribeFastLaunchImagesPublisher.fastLaunchImages()Returns a publisher that can be used to get a stream of data.