Uses of Class
software.amazon.awssdk.services.greengrassv2.model.CoreDevice
-
Packages that use CoreDevice Package Description software.amazon.awssdk.services.greengrassv2.model software.amazon.awssdk.services.greengrassv2.paginators -
-
Uses of CoreDevice in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type CoreDevice Modifier and Type Method Description List<CoreDevice>ListCoreDevicesResponse. coreDevices()A list that summarizes each core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type CoreDevice Modifier and Type Method Description ListCoreDevicesResponse.BuilderListCoreDevicesResponse.Builder. coreDevices(CoreDevice... coreDevices)A list that summarizes each core device.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type CoreDevice Modifier and Type Method Description ListCoreDevicesResponse.BuilderListCoreDevicesResponse.Builder. coreDevices(Collection<CoreDevice> coreDevices)A list that summarizes each core device. -
Uses of CoreDevice in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type CoreDevice Modifier and Type Method Description SdkIterable<CoreDevice>ListCoreDevicesIterable. coreDevices()Returns an iterable to iterate through the paginatedListCoreDevicesResponse.coreDevices()member.SdkPublisher<CoreDevice>ListCoreDevicesPublisher. coreDevices()Returns a publisher that can be used to get a stream of data.
-