Class ComputePaginators
- java.lang.Object
-
- com.oracle.bmc.core.ComputePaginators
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ComputePaginators extends Object
Collection of helper methods that can be used to provide anIterable
interface to any list operations of Compute where multiple pages of data may be fetched.Two styles of iteration are supported:
- Iterating over the Response objects returned by the list operation. These are referred to as ResponseIterators, and the methods are suffixed with ResponseIterator. For example: listUsersResponseIterator
- Iterating over the resources/records being listed. These are referred to as RecordIterators, and the methods are suffixed with RecordIterator. For example: listUsersRecordIterator
These iterables abstract away the need to write code to manually handle pagination via looping and using the page tokens. They will automatically fetch more data from the service when required.
As an example, if we were using the ListUsers operation in IdentityService, then the
Iterable
returned by calling a ResponseIterator method would iterate over the ListUsersResponse objects returned by each ListUsers call, whereas theIterable
returned by calling a RecordIterator method would iterate over the User records and we don't have to deal with ListUsersResponse objects at all. In either case, pagination will be automatically handled so we can iterate until there are no more responses or no more resources/records available.
-
-
Constructor Summary
Constructors Constructor Description ComputePaginators(Compute client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<AppCatalogListingResourceVersionSummary>
listAppCatalogListingResourceVersionsRecordIterator(ListAppCatalogListingResourceVersionsRequest request)
Creates a new iterable which will iterate over theAppCatalogListingResourceVersionSummary
objects contained in responses from the listAppCatalogListingResourceVersions operation.Iterable<ListAppCatalogListingResourceVersionsResponse>
listAppCatalogListingResourceVersionsResponseIterator(ListAppCatalogListingResourceVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogListingResourceVersions operation.Iterable<AppCatalogListingSummary>
listAppCatalogListingsRecordIterator(ListAppCatalogListingsRequest request)
Creates a new iterable which will iterate over theAppCatalogListingSummary
objects contained in responses from the listAppCatalogListings operation.Iterable<ListAppCatalogListingsResponse>
listAppCatalogListingsResponseIterator(ListAppCatalogListingsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogListings operation.Iterable<AppCatalogSubscriptionSummary>
listAppCatalogSubscriptionsRecordIterator(ListAppCatalogSubscriptionsRequest request)
Creates a new iterable which will iterate over theAppCatalogSubscriptionSummary
objects contained in responses from the listAppCatalogSubscriptions operation.Iterable<ListAppCatalogSubscriptionsResponse>
listAppCatalogSubscriptionsResponseIterator(ListAppCatalogSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogSubscriptions operation.Iterable<BootVolumeAttachment>
listBootVolumeAttachmentsRecordIterator(ListBootVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theBootVolumeAttachment
objects contained in responses from the listBootVolumeAttachments operation.Iterable<ListBootVolumeAttachmentsResponse>
listBootVolumeAttachmentsResponseIterator(ListBootVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listBootVolumeAttachments operation.Iterable<ComputeCapacityReservationInstanceShapeSummary>
listComputeCapacityReservationInstanceShapesRecordIterator(ListComputeCapacityReservationInstanceShapesRequest request)
Creates a new iterable which will iterate over theComputeCapacityReservationInstanceShapeSummary
objects contained in responses from the listComputeCapacityReservationInstanceShapes operation.Iterable<ListComputeCapacityReservationInstanceShapesResponse>
listComputeCapacityReservationInstanceShapesResponseIterator(ListComputeCapacityReservationInstanceShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservationInstanceShapes operation.Iterable<CapacityReservationInstanceSummary>
listComputeCapacityReservationInstancesRecordIterator(ListComputeCapacityReservationInstancesRequest request)
Creates a new iterable which will iterate over theCapacityReservationInstanceSummary
objects contained in responses from the listComputeCapacityReservationInstances operation.Iterable<ListComputeCapacityReservationInstancesResponse>
listComputeCapacityReservationInstancesResponseIterator(ListComputeCapacityReservationInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservationInstances operation.Iterable<ComputeCapacityReservationSummary>
listComputeCapacityReservationsRecordIterator(ListComputeCapacityReservationsRequest request)
Creates a new iterable which will iterate over theComputeCapacityReservationSummary
objects contained in responses from the listComputeCapacityReservations operation.Iterable<ListComputeCapacityReservationsResponse>
listComputeCapacityReservationsResponseIterator(ListComputeCapacityReservationsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservations operation.Iterable<ComputeCapacityTopologySummary>
listComputeCapacityTopologiesRecordIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over theComputeCapacityTopologySummary
objects contained in responses from the listComputeCapacityTopologies operation.Iterable<ListComputeCapacityTopologiesResponse>
listComputeCapacityTopologiesResponseIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologies operation.Iterable<ComputeBareMetalHostSummary>
listComputeCapacityTopologyComputeBareMetalHostsRecordIterator(ListComputeCapacityTopologyComputeBareMetalHostsRequest request)
Creates a new iterable which will iterate over theComputeBareMetalHostSummary
objects contained in responses from the listComputeCapacityTopologyComputeBareMetalHosts operation.Iterable<ListComputeCapacityTopologyComputeBareMetalHostsResponse>
listComputeCapacityTopologyComputeBareMetalHostsResponseIterator(ListComputeCapacityTopologyComputeBareMetalHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeBareMetalHosts operation.Iterable<ComputeHpcIslandSummary>
listComputeCapacityTopologyComputeHpcIslandsRecordIterator(ListComputeCapacityTopologyComputeHpcIslandsRequest request)
Creates a new iterable which will iterate over theComputeHpcIslandSummary
objects contained in responses from the listComputeCapacityTopologyComputeHpcIslands operation.Iterable<ListComputeCapacityTopologyComputeHpcIslandsResponse>
listComputeCapacityTopologyComputeHpcIslandsResponseIterator(ListComputeCapacityTopologyComputeHpcIslandsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeHpcIslands operation.Iterable<ComputeNetworkBlockSummary>
listComputeCapacityTopologyComputeNetworkBlocksRecordIterator(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Creates a new iterable which will iterate over theComputeNetworkBlockSummary
objects contained in responses from the listComputeCapacityTopologyComputeNetworkBlocks operation.Iterable<ListComputeCapacityTopologyComputeNetworkBlocksResponse>
listComputeCapacityTopologyComputeNetworkBlocksResponseIterator(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeNetworkBlocks operation.Iterable<ComputeClusterSummary>
listComputeClustersRecordIterator(ListComputeClustersRequest request)
Creates a new iterable which will iterate over theComputeClusterSummary
objects contained in responses from the listComputeClusters operation.Iterable<ListComputeClustersResponse>
listComputeClustersResponseIterator(ListComputeClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeClusters operation.Iterable<ComputeGlobalImageCapabilitySchemaSummary>
listComputeGlobalImageCapabilitySchemasRecordIterator(ListComputeGlobalImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over theComputeGlobalImageCapabilitySchemaSummary
objects contained in responses from the listComputeGlobalImageCapabilitySchemas operation.Iterable<ListComputeGlobalImageCapabilitySchemasResponse>
listComputeGlobalImageCapabilitySchemasResponseIterator(ListComputeGlobalImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGlobalImageCapabilitySchemas operation.Iterable<ComputeGlobalImageCapabilitySchemaVersionSummary>
listComputeGlobalImageCapabilitySchemaVersionsRecordIterator(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Creates a new iterable which will iterate over theComputeGlobalImageCapabilitySchemaVersionSummary
objects contained in responses from the listComputeGlobalImageCapabilitySchemaVersions operation.Iterable<ListComputeGlobalImageCapabilitySchemaVersionsResponse>
listComputeGlobalImageCapabilitySchemaVersionsResponseIterator(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGlobalImageCapabilitySchemaVersions operation.Iterable<ComputeGpuMemoryClusterInstanceSummary>
listComputeGpuMemoryClusterInstancesRecordIterator(ListComputeGpuMemoryClusterInstancesRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryClusterInstanceSummary
objects contained in responses from the listComputeGpuMemoryClusterInstances operation.Iterable<ListComputeGpuMemoryClusterInstancesResponse>
listComputeGpuMemoryClusterInstancesResponseIterator(ListComputeGpuMemoryClusterInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryClusterInstances operation.Iterable<ComputeGpuMemoryClusterSummary>
listComputeGpuMemoryClustersRecordIterator(ListComputeGpuMemoryClustersRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryClusterSummary
objects contained in responses from the listComputeGpuMemoryClusters operation.Iterable<ListComputeGpuMemoryClustersResponse>
listComputeGpuMemoryClustersResponseIterator(ListComputeGpuMemoryClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryClusters operation.Iterable<ComputeGpuMemoryFabricSummary>
listComputeGpuMemoryFabricsRecordIterator(ListComputeGpuMemoryFabricsRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryFabricSummary
objects contained in responses from the listComputeGpuMemoryFabrics operation.Iterable<ListComputeGpuMemoryFabricsResponse>
listComputeGpuMemoryFabricsResponseIterator(ListComputeGpuMemoryFabricsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryFabrics operation.Iterable<ComputeHostSummary>
listComputeHostsRecordIterator(ListComputeHostsRequest request)
Creates a new iterable which will iterate over theComputeHostSummary
objects contained in responses from the listComputeHosts operation.Iterable<ListComputeHostsResponse>
listComputeHostsResponseIterator(ListComputeHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeHosts operation.Iterable<ComputeImageCapabilitySchemaSummary>
listComputeImageCapabilitySchemasRecordIterator(ListComputeImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over theComputeImageCapabilitySchemaSummary
objects contained in responses from the listComputeImageCapabilitySchemas operation.Iterable<ListComputeImageCapabilitySchemasResponse>
listComputeImageCapabilitySchemasResponseIterator(ListComputeImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeImageCapabilitySchemas operation.Iterable<ConsoleHistory>
listConsoleHistoriesRecordIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over theConsoleHistory
objects contained in responses from the listConsoleHistories operation.Iterable<ListConsoleHistoriesResponse>
listConsoleHistoriesResponseIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listConsoleHistories operation.Iterable<DedicatedVmHostInstanceShapeSummary>
listDedicatedVmHostInstanceShapesRecordIterator(ListDedicatedVmHostInstanceShapesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostInstanceShapeSummary
objects contained in responses from the listDedicatedVmHostInstanceShapes operation.Iterable<ListDedicatedVmHostInstanceShapesResponse>
listDedicatedVmHostInstanceShapesResponseIterator(ListDedicatedVmHostInstanceShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostInstanceShapes operation.Iterable<DedicatedVmHostInstanceSummary>
listDedicatedVmHostInstancesRecordIterator(ListDedicatedVmHostInstancesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostInstanceSummary
objects contained in responses from the listDedicatedVmHostInstances operation.Iterable<ListDedicatedVmHostInstancesResponse>
listDedicatedVmHostInstancesResponseIterator(ListDedicatedVmHostInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostInstances operation.Iterable<DedicatedVmHostShapeSummary>
listDedicatedVmHostShapesRecordIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostShapeSummary
objects contained in responses from the listDedicatedVmHostShapes operation.Iterable<ListDedicatedVmHostShapesResponse>
listDedicatedVmHostShapesResponseIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostShapes operation.Iterable<DedicatedVmHostSummary>
listDedicatedVmHostsRecordIterator(ListDedicatedVmHostsRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostSummary
objects contained in responses from the listDedicatedVmHosts operation.Iterable<ListDedicatedVmHostsResponse>
listDedicatedVmHostsResponseIterator(ListDedicatedVmHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHosts operation.Iterable<ImageShapeCompatibilitySummary>
listImageShapeCompatibilityEntriesRecordIterator(ListImageShapeCompatibilityEntriesRequest request)
Creates a new iterable which will iterate over theImageShapeCompatibilitySummary
objects contained in responses from the listImageShapeCompatibilityEntries operation.Iterable<ListImageShapeCompatibilityEntriesResponse>
listImageShapeCompatibilityEntriesResponseIterator(ListImageShapeCompatibilityEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listImageShapeCompatibilityEntries operation.Iterable<Image>
listImagesRecordIterator(ListImagesRequest request)
Creates a new iterable which will iterate over theImage
objects contained in responses from the listImages operation.Iterable<ListImagesResponse>
listImagesResponseIterator(ListImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listImages operation.Iterable<InstanceConsoleConnection>
listInstanceConsoleConnectionsRecordIterator(ListInstanceConsoleConnectionsRequest request)
Creates a new iterable which will iterate over theInstanceConsoleConnection
objects contained in responses from the listInstanceConsoleConnections operation.Iterable<ListInstanceConsoleConnectionsResponse>
listInstanceConsoleConnectionsResponseIterator(ListInstanceConsoleConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceConsoleConnections operation.Iterable<Device>
listInstanceDevicesRecordIterator(ListInstanceDevicesRequest request)
Creates a new iterable which will iterate over theDevice
objects contained in responses from the listInstanceDevices operation.Iterable<ListInstanceDevicesResponse>
listInstanceDevicesResponseIterator(ListInstanceDevicesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceDevices operation.Iterable<InstanceMaintenanceEventSummary>
listInstanceMaintenanceEventsRecordIterator(ListInstanceMaintenanceEventsRequest request)
Creates a new iterable which will iterate over theInstanceMaintenanceEventSummary
objects contained in responses from the listInstanceMaintenanceEvents operation.Iterable<ListInstanceMaintenanceEventsResponse>
listInstanceMaintenanceEventsResponseIterator(ListInstanceMaintenanceEventsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceMaintenanceEvents operation.Iterable<Instance>
listInstancesRecordIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over theInstance
objects contained in responses from the listInstances operation.Iterable<ListInstancesResponse>
listInstancesResponseIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstances operation.Iterable<Shape>
listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over theShape
objects contained in responses from the listShapes operation.Iterable<ListShapesResponse>
listShapesResponseIterator(ListShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listShapes operation.Iterable<VnicAttachment>
listVnicAttachmentsRecordIterator(ListVnicAttachmentsRequest request)
Creates a new iterable which will iterate over theVnicAttachment
objects contained in responses from the listVnicAttachments operation.Iterable<ListVnicAttachmentsResponse>
listVnicAttachmentsResponseIterator(ListVnicAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listVnicAttachments operation.Iterable<VolumeAttachment>
listVolumeAttachmentsRecordIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theVolumeAttachment
objects contained in responses from the listVolumeAttachments operation.Iterable<ListVolumeAttachmentsResponse>
listVolumeAttachmentsResponseIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listVolumeAttachments operation.
-
-
-
Constructor Detail
-
ComputePaginators
public ComputePaginators(Compute client)
-
-
Method Detail
-
listAppCatalogListingResourceVersionsResponseIterator
public Iterable<ListAppCatalogListingResourceVersionsResponse> listAppCatalogListingResourceVersionsResponseIterator(ListAppCatalogListingResourceVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogListingResourceVersions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listAppCatalogListingResourceVersionsRecordIterator
public Iterable<AppCatalogListingResourceVersionSummary> listAppCatalogListingResourceVersionsRecordIterator(ListAppCatalogListingResourceVersionsRequest request)
Creates a new iterable which will iterate over theAppCatalogListingResourceVersionSummary
objects contained in responses from the listAppCatalogListingResourceVersions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theAppCatalogListingResourceVersionSummary
objects contained in responses received from the service.
-
listAppCatalogListingsResponseIterator
public Iterable<ListAppCatalogListingsResponse> listAppCatalogListingsResponseIterator(ListAppCatalogListingsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogListings operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listAppCatalogListingsRecordIterator
public Iterable<AppCatalogListingSummary> listAppCatalogListingsRecordIterator(ListAppCatalogListingsRequest request)
Creates a new iterable which will iterate over theAppCatalogListingSummary
objects contained in responses from the listAppCatalogListings operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theAppCatalogListingSummary
objects contained in responses received from the service.
-
listAppCatalogSubscriptionsResponseIterator
public Iterable<ListAppCatalogSubscriptionsResponse> listAppCatalogSubscriptionsResponseIterator(ListAppCatalogSubscriptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listAppCatalogSubscriptions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listAppCatalogSubscriptionsRecordIterator
public Iterable<AppCatalogSubscriptionSummary> listAppCatalogSubscriptionsRecordIterator(ListAppCatalogSubscriptionsRequest request)
Creates a new iterable which will iterate over theAppCatalogSubscriptionSummary
objects contained in responses from the listAppCatalogSubscriptions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theAppCatalogSubscriptionSummary
objects contained in responses received from the service.
-
listBootVolumeAttachmentsResponseIterator
public Iterable<ListBootVolumeAttachmentsResponse> listBootVolumeAttachmentsResponseIterator(ListBootVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listBootVolumeAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listBootVolumeAttachmentsRecordIterator
public Iterable<BootVolumeAttachment> listBootVolumeAttachmentsRecordIterator(ListBootVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theBootVolumeAttachment
objects contained in responses from the listBootVolumeAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theBootVolumeAttachment
objects contained in responses received from the service.
-
listComputeCapacityReservationInstanceShapesResponseIterator
public Iterable<ListComputeCapacityReservationInstanceShapesResponse> listComputeCapacityReservationInstanceShapesResponseIterator(ListComputeCapacityReservationInstanceShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservationInstanceShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityReservationInstanceShapesRecordIterator
public Iterable<ComputeCapacityReservationInstanceShapeSummary> listComputeCapacityReservationInstanceShapesRecordIterator(ListComputeCapacityReservationInstanceShapesRequest request)
Creates a new iterable which will iterate over theComputeCapacityReservationInstanceShapeSummary
objects contained in responses from the listComputeCapacityReservationInstanceShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeCapacityReservationInstanceShapeSummary
objects contained in responses received from the service.
-
listComputeCapacityReservationInstancesResponseIterator
public Iterable<ListComputeCapacityReservationInstancesResponse> listComputeCapacityReservationInstancesResponseIterator(ListComputeCapacityReservationInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservationInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityReservationInstancesRecordIterator
public Iterable<CapacityReservationInstanceSummary> listComputeCapacityReservationInstancesRecordIterator(ListComputeCapacityReservationInstancesRequest request)
Creates a new iterable which will iterate over theCapacityReservationInstanceSummary
objects contained in responses from the listComputeCapacityReservationInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theCapacityReservationInstanceSummary
objects contained in responses received from the service.
-
listComputeCapacityReservationsResponseIterator
public Iterable<ListComputeCapacityReservationsResponse> listComputeCapacityReservationsResponseIterator(ListComputeCapacityReservationsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityReservations operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityReservationsRecordIterator
public Iterable<ComputeCapacityReservationSummary> listComputeCapacityReservationsRecordIterator(ListComputeCapacityReservationsRequest request)
Creates a new iterable which will iterate over theComputeCapacityReservationSummary
objects contained in responses from the listComputeCapacityReservations operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeCapacityReservationSummary
objects contained in responses received from the service.
-
listComputeCapacityTopologiesResponseIterator
public Iterable<ListComputeCapacityTopologiesResponse> listComputeCapacityTopologiesResponseIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologies operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityTopologiesRecordIterator
public Iterable<ComputeCapacityTopologySummary> listComputeCapacityTopologiesRecordIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over theComputeCapacityTopologySummary
objects contained in responses from the listComputeCapacityTopologies operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeCapacityTopologySummary
objects contained in responses received from the service.
-
listComputeCapacityTopologyComputeBareMetalHostsResponseIterator
public Iterable<ListComputeCapacityTopologyComputeBareMetalHostsResponse> listComputeCapacityTopologyComputeBareMetalHostsResponseIterator(ListComputeCapacityTopologyComputeBareMetalHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeBareMetalHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityTopologyComputeBareMetalHostsRecordIterator
public Iterable<ComputeBareMetalHostSummary> listComputeCapacityTopologyComputeBareMetalHostsRecordIterator(ListComputeCapacityTopologyComputeBareMetalHostsRequest request)
Creates a new iterable which will iterate over theComputeBareMetalHostSummary
objects contained in responses from the listComputeCapacityTopologyComputeBareMetalHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeBareMetalHostSummary
objects contained in responses received from the service.
-
listComputeCapacityTopologyComputeHpcIslandsResponseIterator
public Iterable<ListComputeCapacityTopologyComputeHpcIslandsResponse> listComputeCapacityTopologyComputeHpcIslandsResponseIterator(ListComputeCapacityTopologyComputeHpcIslandsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeHpcIslands operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityTopologyComputeHpcIslandsRecordIterator
public Iterable<ComputeHpcIslandSummary> listComputeCapacityTopologyComputeHpcIslandsRecordIterator(ListComputeCapacityTopologyComputeHpcIslandsRequest request)
Creates a new iterable which will iterate over theComputeHpcIslandSummary
objects contained in responses from the listComputeCapacityTopologyComputeHpcIslands operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeHpcIslandSummary
objects contained in responses received from the service.
-
listComputeCapacityTopologyComputeNetworkBlocksResponseIterator
public Iterable<ListComputeCapacityTopologyComputeNetworkBlocksResponse> listComputeCapacityTopologyComputeNetworkBlocksResponseIterator(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeCapacityTopologyComputeNetworkBlocks operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeCapacityTopologyComputeNetworkBlocksRecordIterator
public Iterable<ComputeNetworkBlockSummary> listComputeCapacityTopologyComputeNetworkBlocksRecordIterator(ListComputeCapacityTopologyComputeNetworkBlocksRequest request)
Creates a new iterable which will iterate over theComputeNetworkBlockSummary
objects contained in responses from the listComputeCapacityTopologyComputeNetworkBlocks operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeNetworkBlockSummary
objects contained in responses received from the service.
-
listComputeClustersResponseIterator
public Iterable<ListComputeClustersResponse> listComputeClustersResponseIterator(ListComputeClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeClusters operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeClustersRecordIterator
public Iterable<ComputeClusterSummary> listComputeClustersRecordIterator(ListComputeClustersRequest request)
Creates a new iterable which will iterate over theComputeClusterSummary
objects contained in responses from the listComputeClusters operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeClusterSummary
objects contained in responses received from the service.
-
listComputeGlobalImageCapabilitySchemaVersionsResponseIterator
public Iterable<ListComputeGlobalImageCapabilitySchemaVersionsResponse> listComputeGlobalImageCapabilitySchemaVersionsResponseIterator(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGlobalImageCapabilitySchemaVersions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeGlobalImageCapabilitySchemaVersionsRecordIterator
public Iterable<ComputeGlobalImageCapabilitySchemaVersionSummary> listComputeGlobalImageCapabilitySchemaVersionsRecordIterator(ListComputeGlobalImageCapabilitySchemaVersionsRequest request)
Creates a new iterable which will iterate over theComputeGlobalImageCapabilitySchemaVersionSummary
objects contained in responses from the listComputeGlobalImageCapabilitySchemaVersions operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeGlobalImageCapabilitySchemaVersionSummary
objects contained in responses received from the service.
-
listComputeGlobalImageCapabilitySchemasResponseIterator
public Iterable<ListComputeGlobalImageCapabilitySchemasResponse> listComputeGlobalImageCapabilitySchemasResponseIterator(ListComputeGlobalImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGlobalImageCapabilitySchemas operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeGlobalImageCapabilitySchemasRecordIterator
public Iterable<ComputeGlobalImageCapabilitySchemaSummary> listComputeGlobalImageCapabilitySchemasRecordIterator(ListComputeGlobalImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over theComputeGlobalImageCapabilitySchemaSummary
objects contained in responses from the listComputeGlobalImageCapabilitySchemas operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeGlobalImageCapabilitySchemaSummary
objects contained in responses received from the service.
-
listComputeGpuMemoryClusterInstancesResponseIterator
public Iterable<ListComputeGpuMemoryClusterInstancesResponse> listComputeGpuMemoryClusterInstancesResponseIterator(ListComputeGpuMemoryClusterInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryClusterInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeGpuMemoryClusterInstancesRecordIterator
public Iterable<ComputeGpuMemoryClusterInstanceSummary> listComputeGpuMemoryClusterInstancesRecordIterator(ListComputeGpuMemoryClusterInstancesRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryClusterInstanceSummary
objects contained in responses from the listComputeGpuMemoryClusterInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeGpuMemoryClusterInstanceSummary
objects contained in responses received from the service.
-
listComputeGpuMemoryClustersResponseIterator
public Iterable<ListComputeGpuMemoryClustersResponse> listComputeGpuMemoryClustersResponseIterator(ListComputeGpuMemoryClustersRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryClusters operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeGpuMemoryClustersRecordIterator
public Iterable<ComputeGpuMemoryClusterSummary> listComputeGpuMemoryClustersRecordIterator(ListComputeGpuMemoryClustersRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryClusterSummary
objects contained in responses from the listComputeGpuMemoryClusters operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeGpuMemoryClusterSummary
objects contained in responses received from the service.
-
listComputeGpuMemoryFabricsResponseIterator
public Iterable<ListComputeGpuMemoryFabricsResponse> listComputeGpuMemoryFabricsResponseIterator(ListComputeGpuMemoryFabricsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeGpuMemoryFabrics operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeGpuMemoryFabricsRecordIterator
public Iterable<ComputeGpuMemoryFabricSummary> listComputeGpuMemoryFabricsRecordIterator(ListComputeGpuMemoryFabricsRequest request)
Creates a new iterable which will iterate over theComputeGpuMemoryFabricSummary
objects contained in responses from the listComputeGpuMemoryFabrics operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeGpuMemoryFabricSummary
objects contained in responses received from the service.
-
listComputeHostsResponseIterator
public Iterable<ListComputeHostsResponse> listComputeHostsResponseIterator(ListComputeHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeHostsRecordIterator
public Iterable<ComputeHostSummary> listComputeHostsRecordIterator(ListComputeHostsRequest request)
Creates a new iterable which will iterate over theComputeHostSummary
objects contained in responses from the listComputeHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeHostSummary
objects contained in responses received from the service.
-
listComputeImageCapabilitySchemasResponseIterator
public Iterable<ListComputeImageCapabilitySchemasResponse> listComputeImageCapabilitySchemasResponseIterator(ListComputeImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over the responses received from the listComputeImageCapabilitySchemas operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listComputeImageCapabilitySchemasRecordIterator
public Iterable<ComputeImageCapabilitySchemaSummary> listComputeImageCapabilitySchemasRecordIterator(ListComputeImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over theComputeImageCapabilitySchemaSummary
objects contained in responses from the listComputeImageCapabilitySchemas operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theComputeImageCapabilitySchemaSummary
objects contained in responses received from the service.
-
listConsoleHistoriesResponseIterator
public Iterable<ListConsoleHistoriesResponse> listConsoleHistoriesResponseIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listConsoleHistories operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listConsoleHistoriesRecordIterator
public Iterable<ConsoleHistory> listConsoleHistoriesRecordIterator(ListConsoleHistoriesRequest request)
Creates a new iterable which will iterate over theConsoleHistory
objects contained in responses from the listConsoleHistories operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theConsoleHistory
objects contained in responses received from the service.
-
listDedicatedVmHostInstanceShapesResponseIterator
public Iterable<ListDedicatedVmHostInstanceShapesResponse> listDedicatedVmHostInstanceShapesResponseIterator(ListDedicatedVmHostInstanceShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostInstanceShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listDedicatedVmHostInstanceShapesRecordIterator
public Iterable<DedicatedVmHostInstanceShapeSummary> listDedicatedVmHostInstanceShapesRecordIterator(ListDedicatedVmHostInstanceShapesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostInstanceShapeSummary
objects contained in responses from the listDedicatedVmHostInstanceShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theDedicatedVmHostInstanceShapeSummary
objects contained in responses received from the service.
-
listDedicatedVmHostInstancesResponseIterator
public Iterable<ListDedicatedVmHostInstancesResponse> listDedicatedVmHostInstancesResponseIterator(ListDedicatedVmHostInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listDedicatedVmHostInstancesRecordIterator
public Iterable<DedicatedVmHostInstanceSummary> listDedicatedVmHostInstancesRecordIterator(ListDedicatedVmHostInstancesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostInstanceSummary
objects contained in responses from the listDedicatedVmHostInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theDedicatedVmHostInstanceSummary
objects contained in responses received from the service.
-
listDedicatedVmHostShapesResponseIterator
public Iterable<ListDedicatedVmHostShapesResponse> listDedicatedVmHostShapesResponseIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHostShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listDedicatedVmHostShapesRecordIterator
public Iterable<DedicatedVmHostShapeSummary> listDedicatedVmHostShapesRecordIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostShapeSummary
objects contained in responses from the listDedicatedVmHostShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theDedicatedVmHostShapeSummary
objects contained in responses received from the service.
-
listDedicatedVmHostsResponseIterator
public Iterable<ListDedicatedVmHostsResponse> listDedicatedVmHostsResponseIterator(ListDedicatedVmHostsRequest request)
Creates a new iterable which will iterate over the responses received from the listDedicatedVmHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listDedicatedVmHostsRecordIterator
public Iterable<DedicatedVmHostSummary> listDedicatedVmHostsRecordIterator(ListDedicatedVmHostsRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostSummary
objects contained in responses from the listDedicatedVmHosts operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theDedicatedVmHostSummary
objects contained in responses received from the service.
-
listImageShapeCompatibilityEntriesResponseIterator
public Iterable<ListImageShapeCompatibilityEntriesResponse> listImageShapeCompatibilityEntriesResponseIterator(ListImageShapeCompatibilityEntriesRequest request)
Creates a new iterable which will iterate over the responses received from the listImageShapeCompatibilityEntries operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listImageShapeCompatibilityEntriesRecordIterator
public Iterable<ImageShapeCompatibilitySummary> listImageShapeCompatibilityEntriesRecordIterator(ListImageShapeCompatibilityEntriesRequest request)
Creates a new iterable which will iterate over theImageShapeCompatibilitySummary
objects contained in responses from the listImageShapeCompatibilityEntries operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theImageShapeCompatibilitySummary
objects contained in responses received from the service.
-
listImagesResponseIterator
public Iterable<ListImagesResponse> listImagesResponseIterator(ListImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listImages operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listImagesRecordIterator
public Iterable<Image> listImagesRecordIterator(ListImagesRequest request)
Creates a new iterable which will iterate over theImage
objects contained in responses from the listImages operation.This iterable will fetch more data from the server as needed.
-
listInstanceConsoleConnectionsResponseIterator
public Iterable<ListInstanceConsoleConnectionsResponse> listInstanceConsoleConnectionsResponseIterator(ListInstanceConsoleConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceConsoleConnections operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listInstanceConsoleConnectionsRecordIterator
public Iterable<InstanceConsoleConnection> listInstanceConsoleConnectionsRecordIterator(ListInstanceConsoleConnectionsRequest request)
Creates a new iterable which will iterate over theInstanceConsoleConnection
objects contained in responses from the listInstanceConsoleConnections operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theInstanceConsoleConnection
objects contained in responses received from the service.
-
listInstanceDevicesResponseIterator
public Iterable<ListInstanceDevicesResponse> listInstanceDevicesResponseIterator(ListInstanceDevicesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceDevices operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listInstanceDevicesRecordIterator
public Iterable<Device> listInstanceDevicesRecordIterator(ListInstanceDevicesRequest request)
Creates a new iterable which will iterate over theDevice
objects contained in responses from the listInstanceDevices operation.This iterable will fetch more data from the server as needed.
-
listInstanceMaintenanceEventsResponseIterator
public Iterable<ListInstanceMaintenanceEventsResponse> listInstanceMaintenanceEventsResponseIterator(ListInstanceMaintenanceEventsRequest request)
Creates a new iterable which will iterate over the responses received from the listInstanceMaintenanceEvents operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listInstanceMaintenanceEventsRecordIterator
public Iterable<InstanceMaintenanceEventSummary> listInstanceMaintenanceEventsRecordIterator(ListInstanceMaintenanceEventsRequest request)
Creates a new iterable which will iterate over theInstanceMaintenanceEventSummary
objects contained in responses from the listInstanceMaintenanceEvents operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theInstanceMaintenanceEventSummary
objects contained in responses received from the service.
-
listInstancesResponseIterator
public Iterable<ListInstancesResponse> listInstancesResponseIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstances operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listInstancesRecordIterator
public Iterable<Instance> listInstancesRecordIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over theInstance
objects contained in responses from the listInstances operation.This iterable will fetch more data from the server as needed.
-
listShapesResponseIterator
public Iterable<ListShapesResponse> listShapesResponseIterator(ListShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listShapes operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listShapesRecordIterator
public Iterable<Shape> listShapesRecordIterator(ListShapesRequest request)
Creates a new iterable which will iterate over theShape
objects contained in responses from the listShapes operation.This iterable will fetch more data from the server as needed.
-
listVnicAttachmentsResponseIterator
public Iterable<ListVnicAttachmentsResponse> listVnicAttachmentsResponseIterator(ListVnicAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listVnicAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listVnicAttachmentsRecordIterator
public Iterable<VnicAttachment> listVnicAttachmentsRecordIterator(ListVnicAttachmentsRequest request)
Creates a new iterable which will iterate over theVnicAttachment
objects contained in responses from the listVnicAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theVnicAttachment
objects contained in responses received from the service.
-
listVolumeAttachmentsResponseIterator
public Iterable<ListVolumeAttachmentsResponse> listVolumeAttachmentsResponseIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listVolumeAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over the responses received from the service.
-
listVolumeAttachmentsRecordIterator
public Iterable<VolumeAttachment> listVolumeAttachmentsRecordIterator(ListVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theVolumeAttachment
objects contained in responses from the listVolumeAttachments operation.This iterable will fetch more data from the server as needed.
- Parameters:
request
- a request which can be sent to the service operation- Returns:
- an
Iterable
which can be used to iterate over theVolumeAttachment
objects contained in responses received from the service.
-
-