Skip to content

Paginators#

Index > Odb > Paginators

Auto-generated documentation for Odb type annotations stubs module mypy-boto3-odb.

ListAutonomousVirtualMachinesPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_autonomous_virtual_machines"). boto3 documentation

# ListAutonomousVirtualMachinesPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListAutonomousVirtualMachinesPaginator

def get_list_autonomous_virtual_machines_paginator() -> ListAutonomousVirtualMachinesPaginator:
    return Session().client("odb").get_paginator("list_autonomous_virtual_machines")
# ListAutonomousVirtualMachinesPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListAutonomousVirtualMachinesPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListAutonomousVirtualMachinesPaginator = client.get_paginator("list_autonomous_virtual_machines")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListAutonomousVirtualMachinesPaginator
  3. item: PageIterator[ListAutonomousVirtualMachinesOutputTypeDef]

paginate#

Type annotations and code completion for ListAutonomousVirtualMachinesPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    cloudAutonomousVmClusterId: str,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListAutonomousVirtualMachinesOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListAutonomousVirtualMachinesOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListAutonomousVirtualMachinesInputPaginateTypeDef = {  # (1)
    "cloudAutonomousVmClusterId": ...,
}

parent.paginate(**kwargs)
  1. See ListAutonomousVirtualMachinesInputPaginateTypeDef

ListCloudAutonomousVmClustersPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_cloud_autonomous_vm_clusters"). boto3 documentation

# ListCloudAutonomousVmClustersPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudAutonomousVmClustersPaginator

def get_list_cloud_autonomous_vm_clusters_paginator() -> ListCloudAutonomousVmClustersPaginator:
    return Session().client("odb").get_paginator("list_cloud_autonomous_vm_clusters")
# ListCloudAutonomousVmClustersPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudAutonomousVmClustersPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListCloudAutonomousVmClustersPaginator = client.get_paginator("list_cloud_autonomous_vm_clusters")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListCloudAutonomousVmClustersPaginator
  3. item: PageIterator[ListCloudAutonomousVmClustersOutputTypeDef]

paginate#

Type annotations and code completion for ListCloudAutonomousVmClustersPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    cloudExadataInfrastructureId: str = ...,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListCloudAutonomousVmClustersOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListCloudAutonomousVmClustersOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListCloudAutonomousVmClustersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}

parent.paginate(**kwargs)
  1. See ListCloudAutonomousVmClustersInputPaginateTypeDef

ListCloudExadataInfrastructuresPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_cloud_exadata_infrastructures"). boto3 documentation

# ListCloudExadataInfrastructuresPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudExadataInfrastructuresPaginator

def get_list_cloud_exadata_infrastructures_paginator() -> ListCloudExadataInfrastructuresPaginator:
    return Session().client("odb").get_paginator("list_cloud_exadata_infrastructures")
# ListCloudExadataInfrastructuresPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudExadataInfrastructuresPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListCloudExadataInfrastructuresPaginator = client.get_paginator("list_cloud_exadata_infrastructures")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListCloudExadataInfrastructuresPaginator
  3. item: PageIterator[ListCloudExadataInfrastructuresOutputTypeDef]

paginate#

Type annotations and code completion for ListCloudExadataInfrastructuresPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListCloudExadataInfrastructuresOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListCloudExadataInfrastructuresOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListCloudExadataInfrastructuresInputPaginateTypeDef = {  # (1)
    "PaginationConfig": ...,
}

parent.paginate(**kwargs)
  1. See ListCloudExadataInfrastructuresInputPaginateTypeDef

ListCloudVmClustersPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_cloud_vm_clusters"). boto3 documentation

# ListCloudVmClustersPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudVmClustersPaginator

def get_list_cloud_vm_clusters_paginator() -> ListCloudVmClustersPaginator:
    return Session().client("odb").get_paginator("list_cloud_vm_clusters")
# ListCloudVmClustersPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListCloudVmClustersPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListCloudVmClustersPaginator = client.get_paginator("list_cloud_vm_clusters")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListCloudVmClustersPaginator
  3. item: PageIterator[ListCloudVmClustersOutputTypeDef]

paginate#

Type annotations and code completion for ListCloudVmClustersPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    cloudExadataInfrastructureId: str = ...,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListCloudVmClustersOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListCloudVmClustersOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListCloudVmClustersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}

parent.paginate(**kwargs)
  1. See ListCloudVmClustersInputPaginateTypeDef

ListDbNodesPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_db_nodes"). boto3 documentation

# ListDbNodesPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbNodesPaginator

def get_list_db_nodes_paginator() -> ListDbNodesPaginator:
    return Session().client("odb").get_paginator("list_db_nodes")
# ListDbNodesPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbNodesPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListDbNodesPaginator = client.get_paginator("list_db_nodes")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListDbNodesPaginator
  3. item: PageIterator[ListDbNodesOutputTypeDef]

paginate#

Type annotations and code completion for ListDbNodesPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    cloudVmClusterId: str,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListDbNodesOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListDbNodesOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListDbNodesInputPaginateTypeDef = {  # (1)
    "cloudVmClusterId": ...,
}

parent.paginate(**kwargs)
  1. See ListDbNodesInputPaginateTypeDef

ListDbServersPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_db_servers"). boto3 documentation

# ListDbServersPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbServersPaginator

def get_list_db_servers_paginator() -> ListDbServersPaginator:
    return Session().client("odb").get_paginator("list_db_servers")
# ListDbServersPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbServersPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListDbServersPaginator = client.get_paginator("list_db_servers")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListDbServersPaginator
  3. item: PageIterator[ListDbServersOutputTypeDef]

paginate#

Type annotations and code completion for ListDbServersPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    cloudExadataInfrastructureId: str,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListDbServersOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListDbServersOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListDbServersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}

parent.paginate(**kwargs)
  1. See ListDbServersInputPaginateTypeDef

ListDbSystemShapesPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_db_system_shapes"). boto3 documentation

# ListDbSystemShapesPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbSystemShapesPaginator

def get_list_db_system_shapes_paginator() -> ListDbSystemShapesPaginator:
    return Session().client("odb").get_paginator("list_db_system_shapes")
# ListDbSystemShapesPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListDbSystemShapesPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListDbSystemShapesPaginator = client.get_paginator("list_db_system_shapes")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListDbSystemShapesPaginator
  3. item: PageIterator[ListDbSystemShapesOutputTypeDef]

paginate#

Type annotations and code completion for ListDbSystemShapesPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    availabilityZone: str = ...,
    availabilityZoneId: str = ...,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListDbSystemShapesOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListDbSystemShapesOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListDbSystemShapesInputPaginateTypeDef = {  # (1)
    "availabilityZone": ...,
}

parent.paginate(**kwargs)
  1. See ListDbSystemShapesInputPaginateTypeDef

ListGiVersionsPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_gi_versions"). boto3 documentation

# ListGiVersionsPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListGiVersionsPaginator

def get_list_gi_versions_paginator() -> ListGiVersionsPaginator:
    return Session().client("odb").get_paginator("list_gi_versions")
# ListGiVersionsPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListGiVersionsPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListGiVersionsPaginator = client.get_paginator("list_gi_versions")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListGiVersionsPaginator
  3. item: PageIterator[ListGiVersionsOutputTypeDef]

paginate#

Type annotations and code completion for ListGiVersionsPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    shape: str = ...,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListGiVersionsOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListGiVersionsOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListGiVersionsInputPaginateTypeDef = {  # (1)
    "shape": ...,
}

parent.paginate(**kwargs)
  1. See ListGiVersionsInputPaginateTypeDef

ListOdbNetworksPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_odb_networks"). boto3 documentation

# ListOdbNetworksPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListOdbNetworksPaginator

def get_list_odb_networks_paginator() -> ListOdbNetworksPaginator:
    return Session().client("odb").get_paginator("list_odb_networks")
# ListOdbNetworksPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListOdbNetworksPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListOdbNetworksPaginator = client.get_paginator("list_odb_networks")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListOdbNetworksPaginator
  3. item: PageIterator[ListOdbNetworksOutputTypeDef]

paginate#

Type annotations and code completion for ListOdbNetworksPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListOdbNetworksOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListOdbNetworksOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListOdbNetworksInputPaginateTypeDef = {  # (1)
    "PaginationConfig": ...,
}

parent.paginate(**kwargs)
  1. See ListOdbNetworksInputPaginateTypeDef

ListOdbPeeringConnectionsPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_odb_peering_connections"). boto3 documentation

# ListOdbPeeringConnectionsPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListOdbPeeringConnectionsPaginator

def get_list_odb_peering_connections_paginator() -> ListOdbPeeringConnectionsPaginator:
    return Session().client("odb").get_paginator("list_odb_peering_connections")
# ListOdbPeeringConnectionsPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListOdbPeeringConnectionsPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListOdbPeeringConnectionsPaginator = client.get_paginator("list_odb_peering_connections")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListOdbPeeringConnectionsPaginator
  3. item: PageIterator[ListOdbPeeringConnectionsOutputTypeDef]

paginate#

Type annotations and code completion for ListOdbPeeringConnectionsPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    odbNetworkId: str = ...,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListOdbPeeringConnectionsOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListOdbPeeringConnectionsOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListOdbPeeringConnectionsInputPaginateTypeDef = {  # (1)
    "odbNetworkId": ...,
}

parent.paginate(**kwargs)
  1. See ListOdbPeeringConnectionsInputPaginateTypeDef

ListSystemVersionsPaginator#

Type annotations and code completion for boto3.client("odb").get_paginator("list_system_versions"). boto3 documentation

# ListSystemVersionsPaginator usage example

from boto3.session import Session

from mypy_boto3_odb.paginator import ListSystemVersionsPaginator

def get_list_system_versions_paginator() -> ListSystemVersionsPaginator:
    return Session().client("odb").get_paginator("list_system_versions")
# ListSystemVersionsPaginator usage example with type annotations

from boto3.session import Session

from mypy_boto3_odb.paginator import ListSystemVersionsPaginator

session = Session()

client = Session().client("odb")  # (1)
paginator: ListSystemVersionsPaginator = client.get_paginator("list_system_versions")  # (2)
for item in paginator.paginate(...):
    print(item)  # (3)
  1. client: OdbClient
  2. paginator: ListSystemVersionsPaginator
  3. item: PageIterator[ListSystemVersionsOutputTypeDef]

paginate#

Type annotations and code completion for ListSystemVersionsPaginator.paginate method.

# paginate method definition

def paginate(
    self,
    *,
    giVersion: str,
    shape: str,
    PaginationConfig: PaginatorConfigTypeDef = ...,  # (1)
) -> botocore.paginate.PageIterator[ListSystemVersionsOutputTypeDef]:  # (2)
    ...
  1. See PaginatorConfigTypeDef
  2. See PageIterator[ListSystemVersionsOutputTypeDef]
# paginate method usage example with argument unpacking

kwargs: ListSystemVersionsInputPaginateTypeDef = {  # (1)
    "giVersion": ...,
    "shape": ...,
}

parent.paginate(**kwargs)
  1. See ListSystemVersionsInputPaginateTypeDef