Paginators#
Auto-generated documentation for Odb type annotations stubs module types-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 types_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 types_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)- client: OdbClient
- paginator: ListAutonomousVirtualMachinesPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListAutonomousVirtualMachinesOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListAutonomousVirtualMachinesInputPaginateTypeDef = {  # (1)
    "cloudAutonomousVmClusterId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListCloudAutonomousVmClustersPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListCloudAutonomousVmClustersOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListCloudAutonomousVmClustersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListCloudExadataInfrastructuresPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListCloudExadataInfrastructuresOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListCloudExadataInfrastructuresInputPaginateTypeDef = {  # (1)
    "PaginationConfig": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListCloudVmClustersPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListCloudVmClustersOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListCloudVmClustersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListDbNodesPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListDbNodesOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListDbNodesInputPaginateTypeDef = {  # (1)
    "cloudVmClusterId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListDbServersPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListDbServersOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListDbServersInputPaginateTypeDef = {  # (1)
    "cloudExadataInfrastructureId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListDbSystemShapesPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListDbSystemShapesOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListDbSystemShapesInputPaginateTypeDef = {  # (1)
    "availabilityZone": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListGiVersionsPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListGiVersionsOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListGiVersionsInputPaginateTypeDef = {  # (1)
    "shape": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListOdbNetworksPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListOdbNetworksOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListOdbNetworksInputPaginateTypeDef = {  # (1)
    "PaginationConfig": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListOdbPeeringConnectionsPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListOdbPeeringConnectionsOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListOdbPeeringConnectionsInputPaginateTypeDef = {  # (1)
    "odbNetworkId": ...,
}
parent.paginate(**kwargs)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 types_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 types_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)- client: OdbClient
- paginator: ListSystemVersionsPaginator
- 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)
    ...- See PaginatorConfigTypeDef
- See PageIterator[ListSystemVersionsOutputTypeDef]
# paginate method usage example with argument unpacking
kwargs: ListSystemVersionsInputPaginateTypeDef = {  # (1)
    "giVersion": ...,
    "shape": ...,
}
parent.paginate(**kwargs)