Interface OdbClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.
Oracle Database@Amazon Web Services is an offering that enables you to access Oracle Exadata infrastructure managed by Oracle Cloud Infrastructure (OCI) inside Amazon Web Services data centers. You can migrate your Oracle Exadata workloads, establish low-latency connectivity with applications running on Amazon Web Services, and integrate with Amazon Web Services services. For example, you can run application servers in a virtual private cloud (VPC) and access an Oracle Exadata system running in Oracle Database@Amazon Web Services. You can get started with Oracle Database@Amazon Web Services by using the familiar Amazon Web Services Management Console, APIs, or CLI.
This interface reference for Oracle Database@Amazon Web Services contains documentation for a programming or command line interface that you can use to manage Oracle Database@Amazon Web Services. Oracle Database@Amazon Web Services is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. The reference structure is as follows.
In this preview release documentation, the links in the "See Also" sections do not work.
Oracle Database@Amazon Web Services API Reference
-
For the alphabetical list of API actions, see .
-
For the alphabetical list of data types, see .
-
For a list of common parameters, see CommonParameters.
-
For descriptions of the error codes, see CommonErrors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionacceptMarketplaceRegistration
(Consumer<AcceptMarketplaceRegistrationRequest.Builder> acceptMarketplaceRegistrationRequest) Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.acceptMarketplaceRegistration
(AcceptMarketplaceRegistrationRequest acceptMarketplaceRegistrationRequest) Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.static OdbClientBuilder
builder()
Create a builder that can be used to configure and create aOdbClient
.static OdbClient
create()
Create aOdbClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.createCloudAutonomousVmCluster
(Consumer<CreateCloudAutonomousVmClusterRequest.Builder> createCloudAutonomousVmClusterRequest) Creates a new Autonomous VM cluster in the specified Exadata infrastructure.createCloudAutonomousVmCluster
(CreateCloudAutonomousVmClusterRequest createCloudAutonomousVmClusterRequest) Creates a new Autonomous VM cluster in the specified Exadata infrastructure.createCloudExadataInfrastructure
(Consumer<CreateCloudExadataInfrastructureRequest.Builder> createCloudExadataInfrastructureRequest) Creates an Exadata infrastructure.createCloudExadataInfrastructure
(CreateCloudExadataInfrastructureRequest createCloudExadataInfrastructureRequest) Creates an Exadata infrastructure.default CreateCloudVmClusterResponse
createCloudVmCluster
(Consumer<CreateCloudVmClusterRequest.Builder> createCloudVmClusterRequest) Creates a VM cluster on the specified Exadata infrastructure.default CreateCloudVmClusterResponse
createCloudVmCluster
(CreateCloudVmClusterRequest createCloudVmClusterRequest) Creates a VM cluster on the specified Exadata infrastructure.default CreateOdbNetworkResponse
createOdbNetwork
(Consumer<CreateOdbNetworkRequest.Builder> createOdbNetworkRequest) Creates an ODB network.default CreateOdbNetworkResponse
createOdbNetwork
(CreateOdbNetworkRequest createOdbNetworkRequest) Creates an ODB network.createOdbPeeringConnection
(Consumer<CreateOdbPeeringConnectionRequest.Builder> createOdbPeeringConnectionRequest) Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.createOdbPeeringConnection
(CreateOdbPeeringConnectionRequest createOdbPeeringConnectionRequest) Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.deleteCloudAutonomousVmCluster
(Consumer<DeleteCloudAutonomousVmClusterRequest.Builder> deleteCloudAutonomousVmClusterRequest) Deletes an Autonomous VM cluster.deleteCloudAutonomousVmCluster
(DeleteCloudAutonomousVmClusterRequest deleteCloudAutonomousVmClusterRequest) Deletes an Autonomous VM cluster.deleteCloudExadataInfrastructure
(Consumer<DeleteCloudExadataInfrastructureRequest.Builder> deleteCloudExadataInfrastructureRequest) Deletes the specified Exadata infrastructure.deleteCloudExadataInfrastructure
(DeleteCloudExadataInfrastructureRequest deleteCloudExadataInfrastructureRequest) Deletes the specified Exadata infrastructure.default DeleteCloudVmClusterResponse
deleteCloudVmCluster
(Consumer<DeleteCloudVmClusterRequest.Builder> deleteCloudVmClusterRequest) Deletes the specified VM cluster.default DeleteCloudVmClusterResponse
deleteCloudVmCluster
(DeleteCloudVmClusterRequest deleteCloudVmClusterRequest) Deletes the specified VM cluster.default DeleteOdbNetworkResponse
deleteOdbNetwork
(Consumer<DeleteOdbNetworkRequest.Builder> deleteOdbNetworkRequest) Deletes the specified ODB network.default DeleteOdbNetworkResponse
deleteOdbNetwork
(DeleteOdbNetworkRequest deleteOdbNetworkRequest) Deletes the specified ODB network.deleteOdbPeeringConnection
(Consumer<DeleteOdbPeeringConnectionRequest.Builder> deleteOdbPeeringConnectionRequest) Deletes an ODB peering connection.deleteOdbPeeringConnection
(DeleteOdbPeeringConnectionRequest deleteOdbPeeringConnectionRequest) Deletes an ODB peering connection.getCloudAutonomousVmCluster
(Consumer<GetCloudAutonomousVmClusterRequest.Builder> getCloudAutonomousVmClusterRequest) Gets information about a specific Autonomous VM cluster.getCloudAutonomousVmCluster
(GetCloudAutonomousVmClusterRequest getCloudAutonomousVmClusterRequest) Gets information about a specific Autonomous VM cluster.getCloudExadataInfrastructure
(Consumer<GetCloudExadataInfrastructureRequest.Builder> getCloudExadataInfrastructureRequest) Returns information about the specified Exadata infrastructure.getCloudExadataInfrastructure
(GetCloudExadataInfrastructureRequest getCloudExadataInfrastructureRequest) Returns information about the specified Exadata infrastructure.getCloudExadataInfrastructureUnallocatedResources
(Consumer<GetCloudExadataInfrastructureUnallocatedResourcesRequest.Builder> getCloudExadataInfrastructureUnallocatedResourcesRequest) Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.getCloudExadataInfrastructureUnallocatedResources
(GetCloudExadataInfrastructureUnallocatedResourcesRequest getCloudExadataInfrastructureUnallocatedResourcesRequest) Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.default GetCloudVmClusterResponse
getCloudVmCluster
(Consumer<GetCloudVmClusterRequest.Builder> getCloudVmClusterRequest) Returns information about the specified VM cluster.default GetCloudVmClusterResponse
getCloudVmCluster
(GetCloudVmClusterRequest getCloudVmClusterRequest) Returns information about the specified VM cluster.default GetDbNodeResponse
getDbNode
(Consumer<GetDbNodeRequest.Builder> getDbNodeRequest) Returns information about the specified DB node.default GetDbNodeResponse
getDbNode
(GetDbNodeRequest getDbNodeRequest) Returns information about the specified DB node.default GetDbServerResponse
getDbServer
(Consumer<GetDbServerRequest.Builder> getDbServerRequest) Returns information about the specified database server.default GetDbServerResponse
getDbServer
(GetDbServerRequest getDbServerRequest) Returns information about the specified database server.default GetOciOnboardingStatusResponse
getOciOnboardingStatus
(Consumer<GetOciOnboardingStatusRequest.Builder> getOciOnboardingStatusRequest) Returns the tenancy activation link and onboarding status for your Amazon Web Services account.default GetOciOnboardingStatusResponse
getOciOnboardingStatus
(GetOciOnboardingStatusRequest getOciOnboardingStatusRequest) Returns the tenancy activation link and onboarding status for your Amazon Web Services account.default GetOdbNetworkResponse
getOdbNetwork
(Consumer<GetOdbNetworkRequest.Builder> getOdbNetworkRequest) Returns information about the specified ODB network.default GetOdbNetworkResponse
getOdbNetwork
(GetOdbNetworkRequest getOdbNetworkRequest) Returns information about the specified ODB network.default GetOdbPeeringConnectionResponse
getOdbPeeringConnection
(Consumer<GetOdbPeeringConnectionRequest.Builder> getOdbPeeringConnectionRequest) Retrieves information about an ODB peering connection.default GetOdbPeeringConnectionResponse
getOdbPeeringConnection
(GetOdbPeeringConnectionRequest getOdbPeeringConnectionRequest) Retrieves information about an ODB peering connection.default InitializeServiceResponse
initializeService
(Consumer<InitializeServiceRequest.Builder> initializeServiceRequest) Initializes the ODB service for the first time in an account.default InitializeServiceResponse
initializeService
(InitializeServiceRequest initializeServiceRequest) Initializes the ODB service for the first time in an account.listAutonomousVirtualMachines
(Consumer<ListAutonomousVirtualMachinesRequest.Builder> listAutonomousVirtualMachinesRequest) Lists all Autonomous VMs in an Autonomous VM cluster.listAutonomousVirtualMachines
(ListAutonomousVirtualMachinesRequest listAutonomousVirtualMachinesRequest) Lists all Autonomous VMs in an Autonomous VM cluster.listAutonomousVirtualMachinesPaginator
(Consumer<ListAutonomousVirtualMachinesRequest.Builder> listAutonomousVirtualMachinesRequest) This is a variant oflistAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation.listAutonomousVirtualMachinesPaginator
(ListAutonomousVirtualMachinesRequest listAutonomousVirtualMachinesRequest) This is a variant oflistAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation.listCloudAutonomousVmClusters
(Consumer<ListCloudAutonomousVmClustersRequest.Builder> listCloudAutonomousVmClustersRequest) Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.listCloudAutonomousVmClusters
(ListCloudAutonomousVmClustersRequest listCloudAutonomousVmClustersRequest) Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.listCloudAutonomousVmClustersPaginator
(Consumer<ListCloudAutonomousVmClustersRequest.Builder> listCloudAutonomousVmClustersRequest) This is a variant oflistCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation.listCloudAutonomousVmClustersPaginator
(ListCloudAutonomousVmClustersRequest listCloudAutonomousVmClustersRequest) This is a variant oflistCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation.listCloudExadataInfrastructures
(Consumer<ListCloudExadataInfrastructuresRequest.Builder> listCloudExadataInfrastructuresRequest) Returns information about the Exadata infrastructures owned by your Amazon Web Services account.listCloudExadataInfrastructures
(ListCloudExadataInfrastructuresRequest listCloudExadataInfrastructuresRequest) Returns information about the Exadata infrastructures owned by your Amazon Web Services account.listCloudExadataInfrastructuresPaginator
(Consumer<ListCloudExadataInfrastructuresRequest.Builder> listCloudExadataInfrastructuresRequest) This is a variant oflistCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation.listCloudExadataInfrastructuresPaginator
(ListCloudExadataInfrastructuresRequest listCloudExadataInfrastructuresRequest) This is a variant oflistCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation.default ListCloudVmClustersResponse
listCloudVmClusters
(Consumer<ListCloudVmClustersRequest.Builder> listCloudVmClustersRequest) Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.default ListCloudVmClustersResponse
listCloudVmClusters
(ListCloudVmClustersRequest listCloudVmClustersRequest) Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.default ListCloudVmClustersIterable
listCloudVmClustersPaginator
(Consumer<ListCloudVmClustersRequest.Builder> listCloudVmClustersRequest) This is a variant oflistCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation.default ListCloudVmClustersIterable
listCloudVmClustersPaginator
(ListCloudVmClustersRequest listCloudVmClustersRequest) This is a variant oflistCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation.default ListDbNodesResponse
listDbNodes
(Consumer<ListDbNodesRequest.Builder> listDbNodesRequest) Returns information about the DB nodes for the specified VM cluster.default ListDbNodesResponse
listDbNodes
(ListDbNodesRequest listDbNodesRequest) Returns information about the DB nodes for the specified VM cluster.default ListDbNodesIterable
listDbNodesPaginator
(Consumer<ListDbNodesRequest.Builder> listDbNodesRequest) This is a variant oflistDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation.default ListDbNodesIterable
listDbNodesPaginator
(ListDbNodesRequest listDbNodesRequest) This is a variant oflistDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation.default ListDbServersResponse
listDbServers
(Consumer<ListDbServersRequest.Builder> listDbServersRequest) Returns information about the database servers that belong to the specified Exadata infrastructure.default ListDbServersResponse
listDbServers
(ListDbServersRequest listDbServersRequest) Returns information about the database servers that belong to the specified Exadata infrastructure.default ListDbServersIterable
listDbServersPaginator
(Consumer<ListDbServersRequest.Builder> listDbServersRequest) This is a variant oflistDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation.default ListDbServersIterable
listDbServersPaginator
(ListDbServersRequest listDbServersRequest) This is a variant oflistDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation.default ListDbSystemShapesResponse
listDbSystemShapes
(Consumer<ListDbSystemShapesRequest.Builder> listDbSystemShapesRequest) Returns information about the shapes that are available for an Exadata infrastructure.default ListDbSystemShapesResponse
listDbSystemShapes
(ListDbSystemShapesRequest listDbSystemShapesRequest) Returns information about the shapes that are available for an Exadata infrastructure.default ListDbSystemShapesIterable
listDbSystemShapesPaginator
(Consumer<ListDbSystemShapesRequest.Builder> listDbSystemShapesRequest) This is a variant oflistDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation.default ListDbSystemShapesIterable
listDbSystemShapesPaginator
(ListDbSystemShapesRequest listDbSystemShapesRequest) This is a variant oflistDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation.default ListGiVersionsResponse
listGiVersions
(Consumer<ListGiVersionsRequest.Builder> listGiVersionsRequest) Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.default ListGiVersionsResponse
listGiVersions
(ListGiVersionsRequest listGiVersionsRequest) Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.default ListGiVersionsIterable
listGiVersionsPaginator
(Consumer<ListGiVersionsRequest.Builder> listGiVersionsRequest) This is a variant oflistGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation.default ListGiVersionsIterable
listGiVersionsPaginator
(ListGiVersionsRequest listGiVersionsRequest) This is a variant oflistGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation.default ListOdbNetworksResponse
listOdbNetworks
(Consumer<ListOdbNetworksRequest.Builder> listOdbNetworksRequest) Returns information about the ODB networks owned by your Amazon Web Services account.default ListOdbNetworksResponse
listOdbNetworks
(ListOdbNetworksRequest listOdbNetworksRequest) Returns information about the ODB networks owned by your Amazon Web Services account.default ListOdbNetworksIterable
listOdbNetworksPaginator
(Consumer<ListOdbNetworksRequest.Builder> listOdbNetworksRequest) This is a variant oflistOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation.default ListOdbNetworksIterable
listOdbNetworksPaginator
(ListOdbNetworksRequest listOdbNetworksRequest) This is a variant oflistOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation.listOdbPeeringConnections
(Consumer<ListOdbPeeringConnectionsRequest.Builder> listOdbPeeringConnectionsRequest) Lists all ODB peering connections or those associated with a specific ODB network.listOdbPeeringConnections
(ListOdbPeeringConnectionsRequest listOdbPeeringConnectionsRequest) Lists all ODB peering connections or those associated with a specific ODB network.listOdbPeeringConnectionsPaginator
(Consumer<ListOdbPeeringConnectionsRequest.Builder> listOdbPeeringConnectionsRequest) This is a variant oflistOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation.listOdbPeeringConnectionsPaginator
(ListOdbPeeringConnectionsRequest listOdbPeeringConnectionsRequest) This is a variant oflistOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation.default ListSystemVersionsResponse
listSystemVersions
(Consumer<ListSystemVersionsRequest.Builder> listSystemVersionsRequest) Returns information about the system versions that are available for a VM cluster for the specifiedgiVersion
andshape
.default ListSystemVersionsResponse
listSystemVersions
(ListSystemVersionsRequest listSystemVersionsRequest) Returns information about the system versions that are available for a VM cluster for the specifiedgiVersion
andshape
.default ListSystemVersionsIterable
listSystemVersionsPaginator
(Consumer<ListSystemVersionsRequest.Builder> listSystemVersionsRequest) This is a variant oflistSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation.default ListSystemVersionsIterable
listSystemVersionsPaginator
(ListSystemVersionsRequest listSystemVersionsRequest) This is a variant oflistSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation.default ListTagsForResourceResponse
listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns information about the tags applied to this resource.default ListTagsForResourceResponse
listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Returns information about the tags applied to this resource.default RebootDbNodeResponse
rebootDbNode
(Consumer<RebootDbNodeRequest.Builder> rebootDbNodeRequest) Reboots the specified DB node in a VM cluster.default RebootDbNodeResponse
rebootDbNode
(RebootDbNodeRequest rebootDbNodeRequest) Reboots the specified DB node in a VM cluster.default OdbServiceClientConfiguration
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadata
default StartDbNodeResponse
startDbNode
(Consumer<StartDbNodeRequest.Builder> startDbNodeRequest) Starts the specified DB node in a VM cluster.default StartDbNodeResponse
startDbNode
(StartDbNodeRequest startDbNodeRequest) Starts the specified DB node in a VM cluster.default StopDbNodeResponse
stopDbNode
(Consumer<StopDbNodeRequest.Builder> stopDbNodeRequest) Stops the specified DB node in a VM cluster.default StopDbNodeResponse
stopDbNode
(StopDbNodeRequest stopDbNodeRequest) Stops the specified DB node in a VM cluster.default TagResourceResponse
tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Applies tags to the specified resource.default TagResourceResponse
tagResource
(TagResourceRequest tagResourceRequest) Applies tags to the specified resource.default UntagResourceResponse
untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from the specified resource.default UntagResourceResponse
untagResource
(UntagResourceRequest untagResourceRequest) Removes tags from the specified resource.updateCloudExadataInfrastructure
(Consumer<UpdateCloudExadataInfrastructureRequest.Builder> updateCloudExadataInfrastructureRequest) Updates the properties of an Exadata infrastructure resource.updateCloudExadataInfrastructure
(UpdateCloudExadataInfrastructureRequest updateCloudExadataInfrastructureRequest) Updates the properties of an Exadata infrastructure resource.default UpdateOdbNetworkResponse
updateOdbNetwork
(Consumer<UpdateOdbNetworkRequest.Builder> updateOdbNetworkRequest) Updates properties of a specified ODB network.default UpdateOdbNetworkResponse
updateOdbNetwork
(UpdateOdbNetworkRequest updateOdbNetworkRequest) Updates properties of a specified ODB network.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
acceptMarketplaceRegistration
default AcceptMarketplaceRegistrationResponse acceptMarketplaceRegistration(AcceptMarketplaceRegistrationRequest acceptMarketplaceRegistrationRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.
- Parameters:
acceptMarketplaceRegistrationRequest
-- Returns:
- Result of the AcceptMarketplaceRegistration operation returned by the service.
- See Also:
-
acceptMarketplaceRegistration
default AcceptMarketplaceRegistrationResponse acceptMarketplaceRegistration(Consumer<AcceptMarketplaceRegistrationRequest.Builder> acceptMarketplaceRegistrationRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.
This is a convenience which creates an instance of the
AcceptMarketplaceRegistrationRequest.Builder
avoiding the need to create one manually viaAcceptMarketplaceRegistrationRequest.builder()
- Parameters:
acceptMarketplaceRegistrationRequest
- AConsumer
that will call methods onAcceptMarketplaceRegistrationRequest.Builder
to create a request.- Returns:
- Result of the AcceptMarketplaceRegistration operation returned by the service.
- See Also:
-
createCloudAutonomousVmCluster
default CreateCloudAutonomousVmClusterResponse createCloudAutonomousVmCluster(CreateCloudAutonomousVmClusterRequest createCloudAutonomousVmClusterRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a new Autonomous VM cluster in the specified Exadata infrastructure.
- Parameters:
createCloudAutonomousVmClusterRequest
-- Returns:
- Result of the CreateCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
createCloudAutonomousVmCluster
default CreateCloudAutonomousVmClusterResponse createCloudAutonomousVmCluster(Consumer<CreateCloudAutonomousVmClusterRequest.Builder> createCloudAutonomousVmClusterRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a new Autonomous VM cluster in the specified Exadata infrastructure.
This is a convenience which creates an instance of the
CreateCloudAutonomousVmClusterRequest.Builder
avoiding the need to create one manually viaCreateCloudAutonomousVmClusterRequest.builder()
- Parameters:
createCloudAutonomousVmClusterRequest
- AConsumer
that will call methods onCreateCloudAutonomousVmClusterRequest.Builder
to create a request.- Returns:
- Result of the CreateCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
createCloudExadataInfrastructure
default CreateCloudExadataInfrastructureResponse createCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest createCloudExadataInfrastructureRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Creates an Exadata infrastructure.
- Parameters:
createCloudExadataInfrastructureRequest
-- Returns:
- Result of the CreateCloudExadataInfrastructure operation returned by the service.
- See Also:
-
createCloudExadataInfrastructure
default CreateCloudExadataInfrastructureResponse createCloudExadataInfrastructure(Consumer<CreateCloudExadataInfrastructureRequest.Builder> createCloudExadataInfrastructureRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Creates an Exadata infrastructure.
This is a convenience which creates an instance of the
CreateCloudExadataInfrastructureRequest.Builder
avoiding the need to create one manually viaCreateCloudExadataInfrastructureRequest.builder()
- Parameters:
createCloudExadataInfrastructureRequest
- AConsumer
that will call methods onCreateCloudExadataInfrastructureRequest.Builder
to create a request.- Returns:
- Result of the CreateCloudExadataInfrastructure operation returned by the service.
- See Also:
-
createCloudVmCluster
default CreateCloudVmClusterResponse createCloudVmCluster(CreateCloudVmClusterRequest createCloudVmClusterRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a VM cluster on the specified Exadata infrastructure.
- Parameters:
createCloudVmClusterRequest
-- Returns:
- Result of the CreateCloudVmCluster operation returned by the service.
- See Also:
-
createCloudVmCluster
default CreateCloudVmClusterResponse createCloudVmCluster(Consumer<CreateCloudVmClusterRequest.Builder> createCloudVmClusterRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a VM cluster on the specified Exadata infrastructure.
This is a convenience which creates an instance of the
CreateCloudVmClusterRequest.Builder
avoiding the need to create one manually viaCreateCloudVmClusterRequest.builder()
- Parameters:
createCloudVmClusterRequest
- AConsumer
that will call methods onCreateCloudVmClusterRequest.Builder
to create a request.- Returns:
- Result of the CreateCloudVmCluster operation returned by the service.
- See Also:
-
createOdbNetwork
default CreateOdbNetworkResponse createOdbNetwork(CreateOdbNetworkRequest createOdbNetworkRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Creates an ODB network.
- Parameters:
createOdbNetworkRequest
-- Returns:
- Result of the CreateOdbNetwork operation returned by the service.
- See Also:
-
createOdbNetwork
default CreateOdbNetworkResponse createOdbNetwork(Consumer<CreateOdbNetworkRequest.Builder> createOdbNetworkRequest) throws ThrottlingException, ServiceQuotaExceededException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Creates an ODB network.
This is a convenience which creates an instance of the
CreateOdbNetworkRequest.Builder
avoiding the need to create one manually viaCreateOdbNetworkRequest.builder()
- Parameters:
createOdbNetworkRequest
- AConsumer
that will call methods onCreateOdbNetworkRequest.Builder
to create a request.- Returns:
- Result of the CreateOdbNetwork operation returned by the service.
- See Also:
-
createOdbPeeringConnection
default CreateOdbPeeringConnectionResponse createOdbPeeringConnection(CreateOdbPeeringConnectionRequest createOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.
A peering connection enables private connectivity between the networks for application-tier communication.
- Parameters:
createOdbPeeringConnectionRequest
-- Returns:
- Result of the CreateOdbPeeringConnection operation returned by the service.
- See Also:
-
createOdbPeeringConnection
default CreateOdbPeeringConnectionResponse createOdbPeeringConnection(Consumer<CreateOdbPeeringConnectionRequest.Builder> createOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Creates a peering connection between an ODB network and either another ODB network or a customer-owned VPC.
A peering connection enables private connectivity between the networks for application-tier communication.
This is a convenience which creates an instance of the
CreateOdbPeeringConnectionRequest.Builder
avoiding the need to create one manually viaCreateOdbPeeringConnectionRequest.builder()
- Parameters:
createOdbPeeringConnectionRequest
- AConsumer
that will call methods onCreateOdbPeeringConnectionRequest.Builder
to create a request.- Returns:
- Result of the CreateOdbPeeringConnection operation returned by the service.
- See Also:
-
deleteCloudAutonomousVmCluster
default DeleteCloudAutonomousVmClusterResponse deleteCloudAutonomousVmCluster(DeleteCloudAutonomousVmClusterRequest deleteCloudAutonomousVmClusterRequest) throws ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes an Autonomous VM cluster.
- Parameters:
deleteCloudAutonomousVmClusterRequest
-- Returns:
- Result of the DeleteCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
deleteCloudAutonomousVmCluster
default DeleteCloudAutonomousVmClusterResponse deleteCloudAutonomousVmCluster(Consumer<DeleteCloudAutonomousVmClusterRequest.Builder> deleteCloudAutonomousVmClusterRequest) throws ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes an Autonomous VM cluster.
This is a convenience which creates an instance of the
DeleteCloudAutonomousVmClusterRequest.Builder
avoiding the need to create one manually viaDeleteCloudAutonomousVmClusterRequest.builder()
- Parameters:
deleteCloudAutonomousVmClusterRequest
- AConsumer
that will call methods onDeleteCloudAutonomousVmClusterRequest.Builder
to create a request.- Returns:
- Result of the DeleteCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
deleteCloudExadataInfrastructure
default DeleteCloudExadataInfrastructureResponse deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest deleteCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified Exadata infrastructure. Before you use this operation, make sure to delete all of the VM clusters that are hosted on this Exadata infrastructure.
- Parameters:
deleteCloudExadataInfrastructureRequest
-- Returns:
- Result of the DeleteCloudExadataInfrastructure operation returned by the service.
- See Also:
-
deleteCloudExadataInfrastructure
default DeleteCloudExadataInfrastructureResponse deleteCloudExadataInfrastructure(Consumer<DeleteCloudExadataInfrastructureRequest.Builder> deleteCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified Exadata infrastructure. Before you use this operation, make sure to delete all of the VM clusters that are hosted on this Exadata infrastructure.
This is a convenience which creates an instance of the
DeleteCloudExadataInfrastructureRequest.Builder
avoiding the need to create one manually viaDeleteCloudExadataInfrastructureRequest.builder()
- Parameters:
deleteCloudExadataInfrastructureRequest
- AConsumer
that will call methods onDeleteCloudExadataInfrastructureRequest.Builder
to create a request.- Returns:
- Result of the DeleteCloudExadataInfrastructure operation returned by the service.
- See Also:
-
deleteCloudVmCluster
default DeleteCloudVmClusterResponse deleteCloudVmCluster(DeleteCloudVmClusterRequest deleteCloudVmClusterRequest) throws ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified VM cluster.
- Parameters:
deleteCloudVmClusterRequest
-- Returns:
- Result of the DeleteCloudVmCluster operation returned by the service.
- See Also:
-
deleteCloudVmCluster
default DeleteCloudVmClusterResponse deleteCloudVmCluster(Consumer<DeleteCloudVmClusterRequest.Builder> deleteCloudVmClusterRequest) throws ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified VM cluster.
This is a convenience which creates an instance of the
DeleteCloudVmClusterRequest.Builder
avoiding the need to create one manually viaDeleteCloudVmClusterRequest.builder()
- Parameters:
deleteCloudVmClusterRequest
- AConsumer
that will call methods onDeleteCloudVmClusterRequest.Builder
to create a request.- Returns:
- Result of the DeleteCloudVmCluster operation returned by the service.
- See Also:
-
deleteOdbNetwork
default DeleteOdbNetworkResponse deleteOdbNetwork(DeleteOdbNetworkRequest deleteOdbNetworkRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified ODB network.
- Parameters:
deleteOdbNetworkRequest
-- Returns:
- Result of the DeleteOdbNetwork operation returned by the service.
- See Also:
-
deleteOdbNetwork
default DeleteOdbNetworkResponse deleteOdbNetwork(Consumer<DeleteOdbNetworkRequest.Builder> deleteOdbNetworkRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes the specified ODB network.
This is a convenience which creates an instance of the
DeleteOdbNetworkRequest.Builder
avoiding the need to create one manually viaDeleteOdbNetworkRequest.builder()
- Parameters:
deleteOdbNetworkRequest
- AConsumer
that will call methods onDeleteOdbNetworkRequest.Builder
to create a request.- Returns:
- Result of the DeleteOdbNetwork operation returned by the service.
- See Also:
-
deleteOdbPeeringConnection
default DeleteOdbPeeringConnectionResponse deleteOdbPeeringConnection(DeleteOdbPeeringConnectionRequest deleteOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes an ODB peering connection.
When you delete an ODB peering connection, the underlying VPC peering connection is also deleted.
- Parameters:
deleteOdbPeeringConnectionRequest
-- Returns:
- Result of the DeleteOdbPeeringConnection operation returned by the service.
- See Also:
-
deleteOdbPeeringConnection
default DeleteOdbPeeringConnectionResponse deleteOdbPeeringConnection(Consumer<DeleteOdbPeeringConnectionRequest.Builder> deleteOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Deletes an ODB peering connection.
When you delete an ODB peering connection, the underlying VPC peering connection is also deleted.
This is a convenience which creates an instance of the
DeleteOdbPeeringConnectionRequest.Builder
avoiding the need to create one manually viaDeleteOdbPeeringConnectionRequest.builder()
- Parameters:
deleteOdbPeeringConnectionRequest
- AConsumer
that will call methods onDeleteOdbPeeringConnectionRequest.Builder
to create a request.- Returns:
- Result of the DeleteOdbPeeringConnection operation returned by the service.
- See Also:
-
getCloudAutonomousVmCluster
default GetCloudAutonomousVmClusterResponse getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterRequest getCloudAutonomousVmClusterRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Gets information about a specific Autonomous VM cluster.
- Parameters:
getCloudAutonomousVmClusterRequest
-- Returns:
- Result of the GetCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
getCloudAutonomousVmCluster
default GetCloudAutonomousVmClusterResponse getCloudAutonomousVmCluster(Consumer<GetCloudAutonomousVmClusterRequest.Builder> getCloudAutonomousVmClusterRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Gets information about a specific Autonomous VM cluster.
This is a convenience which creates an instance of the
GetCloudAutonomousVmClusterRequest.Builder
avoiding the need to create one manually viaGetCloudAutonomousVmClusterRequest.builder()
- Parameters:
getCloudAutonomousVmClusterRequest
- AConsumer
that will call methods onGetCloudAutonomousVmClusterRequest.Builder
to create a request.- Returns:
- Result of the GetCloudAutonomousVmCluster operation returned by the service.
- See Also:
-
getCloudExadataInfrastructure
default GetCloudExadataInfrastructureResponse getCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest getCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified Exadata infrastructure.
- Parameters:
getCloudExadataInfrastructureRequest
-- Returns:
- Result of the GetCloudExadataInfrastructure operation returned by the service.
- See Also:
-
getCloudExadataInfrastructure
default GetCloudExadataInfrastructureResponse getCloudExadataInfrastructure(Consumer<GetCloudExadataInfrastructureRequest.Builder> getCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified Exadata infrastructure.
This is a convenience which creates an instance of the
GetCloudExadataInfrastructureRequest.Builder
avoiding the need to create one manually viaGetCloudExadataInfrastructureRequest.builder()
- Parameters:
getCloudExadataInfrastructureRequest
- AConsumer
that will call methods onGetCloudExadataInfrastructureRequest.Builder
to create a request.- Returns:
- Result of the GetCloudExadataInfrastructure operation returned by the service.
- See Also:
-
getCloudExadataInfrastructureUnallocatedResources
default GetCloudExadataInfrastructureUnallocatedResourcesResponse getCloudExadataInfrastructureUnallocatedResources(GetCloudExadataInfrastructureUnallocatedResourcesRequest getCloudExadataInfrastructureUnallocatedResourcesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.
- Parameters:
getCloudExadataInfrastructureUnallocatedResourcesRequest
-- Returns:
- Result of the GetCloudExadataInfrastructureUnallocatedResources operation returned by the service.
- See Also:
-
getCloudExadataInfrastructureUnallocatedResources
default GetCloudExadataInfrastructureUnallocatedResourcesResponse getCloudExadataInfrastructureUnallocatedResources(Consumer<GetCloudExadataInfrastructureUnallocatedResourcesRequest.Builder> getCloudExadataInfrastructureUnallocatedResourcesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.
This is a convenience which creates an instance of the
GetCloudExadataInfrastructureUnallocatedResourcesRequest.Builder
avoiding the need to create one manually viaGetCloudExadataInfrastructureUnallocatedResourcesRequest.builder()
- Parameters:
getCloudExadataInfrastructureUnallocatedResourcesRequest
- AConsumer
that will call methods onGetCloudExadataInfrastructureUnallocatedResourcesRequest.Builder
to create a request.- Returns:
- Result of the GetCloudExadataInfrastructureUnallocatedResources operation returned by the service.
- See Also:
-
getCloudVmCluster
default GetCloudVmClusterResponse getCloudVmCluster(GetCloudVmClusterRequest getCloudVmClusterRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified VM cluster.
- Parameters:
getCloudVmClusterRequest
-- Returns:
- Result of the GetCloudVmCluster operation returned by the service.
- See Also:
-
getCloudVmCluster
default GetCloudVmClusterResponse getCloudVmCluster(Consumer<GetCloudVmClusterRequest.Builder> getCloudVmClusterRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified VM cluster.
This is a convenience which creates an instance of the
GetCloudVmClusterRequest.Builder
avoiding the need to create one manually viaGetCloudVmClusterRequest.builder()
- Parameters:
getCloudVmClusterRequest
- AConsumer
that will call methods onGetCloudVmClusterRequest.Builder
to create a request.- Returns:
- Result of the GetCloudVmCluster operation returned by the service.
- See Also:
-
getDbNode
default GetDbNodeResponse getDbNode(GetDbNodeRequest getDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified DB node.
- Parameters:
getDbNodeRequest
-- Returns:
- Result of the GetDbNode operation returned by the service.
- See Also:
-
getDbNode
default GetDbNodeResponse getDbNode(Consumer<GetDbNodeRequest.Builder> getDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified DB node.
This is a convenience which creates an instance of the
GetDbNodeRequest.Builder
avoiding the need to create one manually viaGetDbNodeRequest.builder()
- Parameters:
getDbNodeRequest
- AConsumer
that will call methods onGetDbNodeRequest.Builder
to create a request.- Returns:
- Result of the GetDbNode operation returned by the service.
- See Also:
-
getDbServer
default GetDbServerResponse getDbServer(GetDbServerRequest getDbServerRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified database server.
- Parameters:
getDbServerRequest
-- Returns:
- Result of the GetDbServer operation returned by the service.
- See Also:
-
getDbServer
default GetDbServerResponse getDbServer(Consumer<GetDbServerRequest.Builder> getDbServerRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified database server.
This is a convenience which creates an instance of the
GetDbServerRequest.Builder
avoiding the need to create one manually viaGetDbServerRequest.builder()
- Parameters:
getDbServerRequest
- AConsumer
that will call methods onGetDbServerRequest.Builder
to create a request.- Returns:
- Result of the GetDbServer operation returned by the service.
- See Also:
-
getOciOnboardingStatus
default GetOciOnboardingStatusResponse getOciOnboardingStatus(GetOciOnboardingStatusRequest getOciOnboardingStatusRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns the tenancy activation link and onboarding status for your Amazon Web Services account.
- Parameters:
getOciOnboardingStatusRequest
-- Returns:
- Result of the GetOciOnboardingStatus operation returned by the service.
- See Also:
-
getOciOnboardingStatus
default GetOciOnboardingStatusResponse getOciOnboardingStatus(Consumer<GetOciOnboardingStatusRequest.Builder> getOciOnboardingStatusRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns the tenancy activation link and onboarding status for your Amazon Web Services account.
This is a convenience which creates an instance of the
GetOciOnboardingStatusRequest.Builder
avoiding the need to create one manually viaGetOciOnboardingStatusRequest.builder()
- Parameters:
getOciOnboardingStatusRequest
- AConsumer
that will call methods onGetOciOnboardingStatusRequest.Builder
to create a request.- Returns:
- Result of the GetOciOnboardingStatus operation returned by the service.
- See Also:
-
getOdbNetwork
default GetOdbNetworkResponse getOdbNetwork(GetOdbNetworkRequest getOdbNetworkRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified ODB network.
- Parameters:
getOdbNetworkRequest
-- Returns:
- Result of the GetOdbNetwork operation returned by the service.
- See Also:
-
getOdbNetwork
default GetOdbNetworkResponse getOdbNetwork(Consumer<GetOdbNetworkRequest.Builder> getOdbNetworkRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the specified ODB network.
This is a convenience which creates an instance of the
GetOdbNetworkRequest.Builder
avoiding the need to create one manually viaGetOdbNetworkRequest.builder()
- Parameters:
getOdbNetworkRequest
- AConsumer
that will call methods onGetOdbNetworkRequest.Builder
to create a request.- Returns:
- Result of the GetOdbNetwork operation returned by the service.
- See Also:
-
getOdbPeeringConnection
default GetOdbPeeringConnectionResponse getOdbPeeringConnection(GetOdbPeeringConnectionRequest getOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Retrieves information about an ODB peering connection.
- Parameters:
getOdbPeeringConnectionRequest
-- Returns:
- Result of the GetOdbPeeringConnection operation returned by the service.
- See Also:
-
getOdbPeeringConnection
default GetOdbPeeringConnectionResponse getOdbPeeringConnection(Consumer<GetOdbPeeringConnectionRequest.Builder> getOdbPeeringConnectionRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Retrieves information about an ODB peering connection.
This is a convenience which creates an instance of the
GetOdbPeeringConnectionRequest.Builder
avoiding the need to create one manually viaGetOdbPeeringConnectionRequest.builder()
- Parameters:
getOdbPeeringConnectionRequest
- AConsumer
that will call methods onGetOdbPeeringConnectionRequest.Builder
to create a request.- Returns:
- Result of the GetOdbPeeringConnection operation returned by the service.
- See Also:
-
initializeService
default InitializeServiceResponse initializeService(InitializeServiceRequest initializeServiceRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Initializes the ODB service for the first time in an account.
- Parameters:
initializeServiceRequest
-- Returns:
- Result of the InitializeService operation returned by the service.
- See Also:
-
initializeService
default InitializeServiceResponse initializeService(Consumer<InitializeServiceRequest.Builder> initializeServiceRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Initializes the ODB service for the first time in an account.
This is a convenience which creates an instance of the
InitializeServiceRequest.Builder
avoiding the need to create one manually viaInitializeServiceRequest.builder()
- Parameters:
initializeServiceRequest
- AConsumer
that will call methods onInitializeServiceRequest.Builder
to create a request.- Returns:
- Result of the InitializeService operation returned by the service.
- See Also:
-
listAutonomousVirtualMachines
default ListAutonomousVirtualMachinesResponse listAutonomousVirtualMachines(ListAutonomousVirtualMachinesRequest listAutonomousVirtualMachinesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all Autonomous VMs in an Autonomous VM cluster.
- Parameters:
listAutonomousVirtualMachinesRequest
-- Returns:
- Result of the ListAutonomousVirtualMachines operation returned by the service.
- See Also:
-
listAutonomousVirtualMachines
default ListAutonomousVirtualMachinesResponse listAutonomousVirtualMachines(Consumer<ListAutonomousVirtualMachinesRequest.Builder> listAutonomousVirtualMachinesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all Autonomous VMs in an Autonomous VM cluster.
This is a convenience which creates an instance of the
ListAutonomousVirtualMachinesRequest.Builder
avoiding the need to create one manually viaListAutonomousVirtualMachinesRequest.builder()
- Parameters:
listAutonomousVirtualMachinesRequest
- AConsumer
that will call methods onListAutonomousVirtualMachinesRequest.Builder
to create a request.- Returns:
- Result of the ListAutonomousVirtualMachines operation returned by the service.
- See Also:
-
listAutonomousVirtualMachinesPaginator
default ListAutonomousVirtualMachinesIterable listAutonomousVirtualMachinesPaginator(ListAutonomousVirtualMachinesRequest listAutonomousVirtualMachinesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client.listAutonomousVirtualMachinesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client .listAutonomousVirtualMachinesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client.listAutonomousVirtualMachinesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation.- Parameters:
listAutonomousVirtualMachinesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAutonomousVirtualMachinesPaginator
default ListAutonomousVirtualMachinesIterable listAutonomousVirtualMachinesPaginator(Consumer<ListAutonomousVirtualMachinesRequest.Builder> listAutonomousVirtualMachinesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client.listAutonomousVirtualMachinesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client .listAutonomousVirtualMachinesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListAutonomousVirtualMachinesIterable responses = client.listAutonomousVirtualMachinesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAutonomousVirtualMachines(software.amazon.awssdk.services.odb.model.ListAutonomousVirtualMachinesRequest)
operation.
This is a convenience which creates an instance of the
ListAutonomousVirtualMachinesRequest.Builder
avoiding the need to create one manually viaListAutonomousVirtualMachinesRequest.builder()
- Parameters:
listAutonomousVirtualMachinesRequest
- AConsumer
that will call methods onListAutonomousVirtualMachinesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudAutonomousVmClusters
default ListCloudAutonomousVmClustersResponse listCloudAutonomousVmClusters(ListCloudAutonomousVmClustersRequest listCloudAutonomousVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.
- Parameters:
listCloudAutonomousVmClustersRequest
-- Returns:
- Result of the ListCloudAutonomousVmClusters operation returned by the service.
- See Also:
-
listCloudAutonomousVmClusters
default ListCloudAutonomousVmClustersResponse listCloudAutonomousVmClusters(Consumer<ListCloudAutonomousVmClustersRequest.Builder> listCloudAutonomousVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all Autonomous VM clusters in a specified Cloud Exadata infrastructure.
This is a convenience which creates an instance of the
ListCloudAutonomousVmClustersRequest.Builder
avoiding the need to create one manually viaListCloudAutonomousVmClustersRequest.builder()
- Parameters:
listCloudAutonomousVmClustersRequest
- AConsumer
that will call methods onListCloudAutonomousVmClustersRequest.Builder
to create a request.- Returns:
- Result of the ListCloudAutonomousVmClusters operation returned by the service.
- See Also:
-
listCloudAutonomousVmClustersPaginator
default ListCloudAutonomousVmClustersIterable listCloudAutonomousVmClustersPaginator(ListCloudAutonomousVmClustersRequest listCloudAutonomousVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client.listCloudAutonomousVmClustersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client .listCloudAutonomousVmClustersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client.listCloudAutonomousVmClustersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation.- Parameters:
listCloudAutonomousVmClustersRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudAutonomousVmClustersPaginator
default ListCloudAutonomousVmClustersIterable listCloudAutonomousVmClustersPaginator(Consumer<ListCloudAutonomousVmClustersRequest.Builder> listCloudAutonomousVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client.listCloudAutonomousVmClustersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client .listCloudAutonomousVmClustersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudAutonomousVmClustersIterable responses = client.listCloudAutonomousVmClustersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudAutonomousVmClusters(software.amazon.awssdk.services.odb.model.ListCloudAutonomousVmClustersRequest)
operation.
This is a convenience which creates an instance of the
ListCloudAutonomousVmClustersRequest.Builder
avoiding the need to create one manually viaListCloudAutonomousVmClustersRequest.builder()
- Parameters:
listCloudAutonomousVmClustersRequest
- AConsumer
that will call methods onListCloudAutonomousVmClustersRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudExadataInfrastructures
default ListCloudExadataInfrastructuresResponse listCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest listCloudExadataInfrastructuresRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the Exadata infrastructures owned by your Amazon Web Services account.
- Parameters:
listCloudExadataInfrastructuresRequest
-- Returns:
- Result of the ListCloudExadataInfrastructures operation returned by the service.
- See Also:
-
listCloudExadataInfrastructures
default ListCloudExadataInfrastructuresResponse listCloudExadataInfrastructures(Consumer<ListCloudExadataInfrastructuresRequest.Builder> listCloudExadataInfrastructuresRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the Exadata infrastructures owned by your Amazon Web Services account.
This is a convenience which creates an instance of the
ListCloudExadataInfrastructuresRequest.Builder
avoiding the need to create one manually viaListCloudExadataInfrastructuresRequest.builder()
- Parameters:
listCloudExadataInfrastructuresRequest
- AConsumer
that will call methods onListCloudExadataInfrastructuresRequest.Builder
to create a request.- Returns:
- Result of the ListCloudExadataInfrastructures operation returned by the service.
- See Also:
-
listCloudExadataInfrastructuresPaginator
default ListCloudExadataInfrastructuresIterable listCloudExadataInfrastructuresPaginator(ListCloudExadataInfrastructuresRequest listCloudExadataInfrastructuresRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client.listCloudExadataInfrastructuresPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client .listCloudExadataInfrastructuresPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client.listCloudExadataInfrastructuresPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation.- Parameters:
listCloudExadataInfrastructuresRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudExadataInfrastructuresPaginator
default ListCloudExadataInfrastructuresIterable listCloudExadataInfrastructuresPaginator(Consumer<ListCloudExadataInfrastructuresRequest.Builder> listCloudExadataInfrastructuresRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client.listCloudExadataInfrastructuresPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client .listCloudExadataInfrastructuresPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudExadataInfrastructuresIterable responses = client.listCloudExadataInfrastructuresPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudExadataInfrastructures(software.amazon.awssdk.services.odb.model.ListCloudExadataInfrastructuresRequest)
operation.
This is a convenience which creates an instance of the
ListCloudExadataInfrastructuresRequest.Builder
avoiding the need to create one manually viaListCloudExadataInfrastructuresRequest.builder()
- Parameters:
listCloudExadataInfrastructuresRequest
- AConsumer
that will call methods onListCloudExadataInfrastructuresRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudVmClusters
default ListCloudVmClustersResponse listCloudVmClusters(ListCloudVmClustersRequest listCloudVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.
- Parameters:
listCloudVmClustersRequest
-- Returns:
- Result of the ListCloudVmClusters operation returned by the service.
- See Also:
-
listCloudVmClusters
default ListCloudVmClustersResponse listCloudVmClusters(Consumer<ListCloudVmClustersRequest.Builder> listCloudVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure.
This is a convenience which creates an instance of the
ListCloudVmClustersRequest.Builder
avoiding the need to create one manually viaListCloudVmClustersRequest.builder()
- Parameters:
listCloudVmClustersRequest
- AConsumer
that will call methods onListCloudVmClustersRequest.Builder
to create a request.- Returns:
- Result of the ListCloudVmClusters operation returned by the service.
- See Also:
-
listCloudVmClustersPaginator
default ListCloudVmClustersIterable listCloudVmClustersPaginator(ListCloudVmClustersRequest listCloudVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client.listCloudVmClustersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client .listCloudVmClustersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudVmClustersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client.listCloudVmClustersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation.- Parameters:
listCloudVmClustersRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listCloudVmClustersPaginator
default ListCloudVmClustersIterable listCloudVmClustersPaginator(Consumer<ListCloudVmClustersRequest.Builder> listCloudVmClustersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client.listCloudVmClustersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client .listCloudVmClustersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListCloudVmClustersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListCloudVmClustersIterable responses = client.listCloudVmClustersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCloudVmClusters(software.amazon.awssdk.services.odb.model.ListCloudVmClustersRequest)
operation.
This is a convenience which creates an instance of the
ListCloudVmClustersRequest.Builder
avoiding the need to create one manually viaListCloudVmClustersRequest.builder()
- Parameters:
listCloudVmClustersRequest
- AConsumer
that will call methods onListCloudVmClustersRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbNodes
default ListDbNodesResponse listDbNodes(ListDbNodesRequest listDbNodesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the DB nodes for the specified VM cluster.
- Parameters:
listDbNodesRequest
-- Returns:
- Result of the ListDbNodes operation returned by the service.
- See Also:
-
listDbNodes
default ListDbNodesResponse listDbNodes(Consumer<ListDbNodesRequest.Builder> listDbNodesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the DB nodes for the specified VM cluster.
This is a convenience which creates an instance of the
ListDbNodesRequest.Builder
avoiding the need to create one manually viaListDbNodesRequest.builder()
- Parameters:
listDbNodesRequest
- AConsumer
that will call methods onListDbNodesRequest.Builder
to create a request.- Returns:
- Result of the ListDbNodes operation returned by the service.
- See Also:
-
listDbNodesPaginator
default ListDbNodesIterable listDbNodesPaginator(ListDbNodesRequest listDbNodesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbNodesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation.- Parameters:
listDbNodesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbNodesPaginator
default ListDbNodesIterable listDbNodesPaginator(Consumer<ListDbNodesRequest.Builder> listDbNodesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbNodesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbNodesIterable responses = client.listDbNodesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbNodes(software.amazon.awssdk.services.odb.model.ListDbNodesRequest)
operation.
This is a convenience which creates an instance of the
ListDbNodesRequest.Builder
avoiding the need to create one manually viaListDbNodesRequest.builder()
- Parameters:
listDbNodesRequest
- AConsumer
that will call methods onListDbNodesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbServers
default ListDbServersResponse listDbServers(ListDbServersRequest listDbServersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the database servers that belong to the specified Exadata infrastructure.
- Parameters:
listDbServersRequest
-- Returns:
- Result of the ListDbServers operation returned by the service.
- See Also:
-
listDbServers
default ListDbServersResponse listDbServers(Consumer<ListDbServersRequest.Builder> listDbServersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the database servers that belong to the specified Exadata infrastructure.
This is a convenience which creates an instance of the
ListDbServersRequest.Builder
avoiding the need to create one manually viaListDbServersRequest.builder()
- Parameters:
listDbServersRequest
- AConsumer
that will call methods onListDbServersRequest.Builder
to create a request.- Returns:
- Result of the ListDbServers operation returned by the service.
- See Also:
-
listDbServersPaginator
default ListDbServersIterable listDbServersPaginator(ListDbServersRequest listDbServersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbServersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation.- Parameters:
listDbServersRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbServersPaginator
default ListDbServersIterable listDbServersPaginator(Consumer<ListDbServersRequest.Builder> listDbServersRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbServersResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbServersIterable responses = client.listDbServersPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbServers(software.amazon.awssdk.services.odb.model.ListDbServersRequest)
operation.
This is a convenience which creates an instance of the
ListDbServersRequest.Builder
avoiding the need to create one manually viaListDbServersRequest.builder()
- Parameters:
listDbServersRequest
- AConsumer
that will call methods onListDbServersRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbSystemShapes
default ListDbSystemShapesResponse listDbSystemShapes(ListDbSystemShapesRequest listDbSystemShapesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the shapes that are available for an Exadata infrastructure.
- Parameters:
listDbSystemShapesRequest
-- Returns:
- Result of the ListDbSystemShapes operation returned by the service.
- See Also:
-
listDbSystemShapes
default ListDbSystemShapesResponse listDbSystemShapes(Consumer<ListDbSystemShapesRequest.Builder> listDbSystemShapesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the shapes that are available for an Exadata infrastructure.
This is a convenience which creates an instance of the
ListDbSystemShapesRequest.Builder
avoiding the need to create one manually viaListDbSystemShapesRequest.builder()
- Parameters:
listDbSystemShapesRequest
- AConsumer
that will call methods onListDbSystemShapesRequest.Builder
to create a request.- Returns:
- Result of the ListDbSystemShapes operation returned by the service.
- See Also:
-
listDbSystemShapesPaginator
default ListDbSystemShapesIterable listDbSystemShapesPaginator(ListDbSystemShapesRequest listDbSystemShapesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client.listDbSystemShapesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client .listDbSystemShapesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbSystemShapesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client.listDbSystemShapesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation.- Parameters:
listDbSystemShapesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDbSystemShapesPaginator
default ListDbSystemShapesIterable listDbSystemShapesPaginator(Consumer<ListDbSystemShapesRequest.Builder> listDbSystemShapesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client.listDbSystemShapesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client .listDbSystemShapesPaginator(request); for (software.amazon.awssdk.services.odb.model.ListDbSystemShapesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListDbSystemShapesIterable responses = client.listDbSystemShapesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDbSystemShapes(software.amazon.awssdk.services.odb.model.ListDbSystemShapesRequest)
operation.
This is a convenience which creates an instance of the
ListDbSystemShapesRequest.Builder
avoiding the need to create one manually viaListDbSystemShapesRequest.builder()
- Parameters:
listDbSystemShapesRequest
- AConsumer
that will call methods onListDbSystemShapesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGiVersions
default ListGiVersionsResponse listGiVersions(ListGiVersionsRequest listGiVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.
- Parameters:
listGiVersionsRequest
-- Returns:
- Result of the ListGiVersions operation returned by the service.
- See Also:
-
listGiVersions
default ListGiVersionsResponse listGiVersions(Consumer<ListGiVersionsRequest.Builder> listGiVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.
This is a convenience which creates an instance of the
ListGiVersionsRequest.Builder
avoiding the need to create one manually viaListGiVersionsRequest.builder()
- Parameters:
listGiVersionsRequest
- AConsumer
that will call methods onListGiVersionsRequest.Builder
to create a request.- Returns:
- Result of the ListGiVersions operation returned by the service.
- See Also:
-
listGiVersionsPaginator
default ListGiVersionsIterable listGiVersionsPaginator(ListGiVersionsRequest listGiVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListGiVersionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation.- Parameters:
listGiVersionsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listGiVersionsPaginator
default ListGiVersionsIterable listGiVersionsPaginator(Consumer<ListGiVersionsRequest.Builder> listGiVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListGiVersionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListGiVersionsIterable responses = client.listGiVersionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listGiVersions(software.amazon.awssdk.services.odb.model.ListGiVersionsRequest)
operation.
This is a convenience which creates an instance of the
ListGiVersionsRequest.Builder
avoiding the need to create one manually viaListGiVersionsRequest.builder()
- Parameters:
listGiVersionsRequest
- AConsumer
that will call methods onListGiVersionsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOdbNetworks
default ListOdbNetworksResponse listOdbNetworks(ListOdbNetworksRequest listOdbNetworksRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the ODB networks owned by your Amazon Web Services account.
- Parameters:
listOdbNetworksRequest
-- Returns:
- Result of the ListOdbNetworks operation returned by the service.
- See Also:
-
listOdbNetworks
default ListOdbNetworksResponse listOdbNetworks(Consumer<ListOdbNetworksRequest.Builder> listOdbNetworksRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException Returns information about the ODB networks owned by your Amazon Web Services account.
This is a convenience which creates an instance of the
ListOdbNetworksRequest.Builder
avoiding the need to create one manually viaListOdbNetworksRequest.builder()
- Parameters:
listOdbNetworksRequest
- AConsumer
that will call methods onListOdbNetworksRequest.Builder
to create a request.- Returns:
- Result of the ListOdbNetworks operation returned by the service.
- See Also:
-
listOdbNetworksPaginator
default ListOdbNetworksIterable listOdbNetworksPaginator(ListOdbNetworksRequest listOdbNetworksRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); for (software.amazon.awssdk.services.odb.model.ListOdbNetworksResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation.- Parameters:
listOdbNetworksRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOdbNetworksPaginator
default ListOdbNetworksIterable listOdbNetworksPaginator(Consumer<ListOdbNetworksRequest.Builder> listOdbNetworksRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, OdbException This is a variant of
listOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); for (software.amazon.awssdk.services.odb.model.ListOdbNetworksResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListOdbNetworksIterable responses = client.listOdbNetworksPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOdbNetworks(software.amazon.awssdk.services.odb.model.ListOdbNetworksRequest)
operation.
This is a convenience which creates an instance of the
ListOdbNetworksRequest.Builder
avoiding the need to create one manually viaListOdbNetworksRequest.builder()
- Parameters:
listOdbNetworksRequest
- AConsumer
that will call methods onListOdbNetworksRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOdbPeeringConnections
default ListOdbPeeringConnectionsResponse listOdbPeeringConnections(ListOdbPeeringConnectionsRequest listOdbPeeringConnectionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all ODB peering connections or those associated with a specific ODB network.
- Parameters:
listOdbPeeringConnectionsRequest
-- Returns:
- Result of the ListOdbPeeringConnections operation returned by the service.
- See Also:
-
listOdbPeeringConnections
default ListOdbPeeringConnectionsResponse listOdbPeeringConnections(Consumer<ListOdbPeeringConnectionsRequest.Builder> listOdbPeeringConnectionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Lists all ODB peering connections or those associated with a specific ODB network.
This is a convenience which creates an instance of the
ListOdbPeeringConnectionsRequest.Builder
avoiding the need to create one manually viaListOdbPeeringConnectionsRequest.builder()
- Parameters:
listOdbPeeringConnectionsRequest
- AConsumer
that will call methods onListOdbPeeringConnectionsRequest.Builder
to create a request.- Returns:
- Result of the ListOdbPeeringConnections operation returned by the service.
- See Also:
-
listOdbPeeringConnectionsPaginator
default ListOdbPeeringConnectionsIterable listOdbPeeringConnectionsPaginator(ListOdbPeeringConnectionsRequest listOdbPeeringConnectionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client.listOdbPeeringConnectionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client .listOdbPeeringConnectionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client.listOdbPeeringConnectionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation.- Parameters:
listOdbPeeringConnectionsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOdbPeeringConnectionsPaginator
default ListOdbPeeringConnectionsIterable listOdbPeeringConnectionsPaginator(Consumer<ListOdbPeeringConnectionsRequest.Builder> listOdbPeeringConnectionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client.listOdbPeeringConnectionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client .listOdbPeeringConnectionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListOdbPeeringConnectionsIterable responses = client.listOdbPeeringConnectionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOdbPeeringConnections(software.amazon.awssdk.services.odb.model.ListOdbPeeringConnectionsRequest)
operation.
This is a convenience which creates an instance of the
ListOdbPeeringConnectionsRequest.Builder
avoiding the need to create one manually viaListOdbPeeringConnectionsRequest.builder()
- Parameters:
listOdbPeeringConnectionsRequest
- AConsumer
that will call methods onListOdbPeeringConnectionsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSystemVersions
default ListSystemVersionsResponse listSystemVersions(ListSystemVersionsRequest listSystemVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the system versions that are available for a VM cluster for the specified
giVersion
andshape
.- Parameters:
listSystemVersionsRequest
-- Returns:
- Result of the ListSystemVersions operation returned by the service.
- See Also:
-
listSystemVersions
default ListSystemVersionsResponse listSystemVersions(Consumer<ListSystemVersionsRequest.Builder> listSystemVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the system versions that are available for a VM cluster for the specified
giVersion
andshape
.
This is a convenience which creates an instance of the
ListSystemVersionsRequest.Builder
avoiding the need to create one manually viaListSystemVersionsRequest.builder()
- Parameters:
listSystemVersionsRequest
- AConsumer
that will call methods onListSystemVersionsRequest.Builder
to create a request.- Returns:
- Result of the ListSystemVersions operation returned by the service.
- See Also:
-
listSystemVersionsPaginator
default ListSystemVersionsIterable listSystemVersionsPaginator(ListSystemVersionsRequest listSystemVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client.listSystemVersionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client .listSystemVersionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListSystemVersionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client.listSystemVersionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation.- Parameters:
listSystemVersionsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSystemVersionsPaginator
default ListSystemVersionsIterable listSystemVersionsPaginator(Consumer<ListSystemVersionsRequest.Builder> listSystemVersionsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException This is a variant of
listSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client.listSystemVersionsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client .listSystemVersionsPaginator(request); for (software.amazon.awssdk.services.odb.model.ListSystemVersionsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.odb.paginators.ListSystemVersionsIterable responses = client.listSystemVersionsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSystemVersions(software.amazon.awssdk.services.odb.model.ListSystemVersionsRequest)
operation.
This is a convenience which creates an instance of the
ListSystemVersionsRequest.Builder
avoiding the need to create one manually viaListSystemVersionsRequest.builder()
- Parameters:
listSystemVersionsRequest
- AConsumer
that will call methods onListSystemVersionsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the tags applied to this resource.
- Parameters:
listTagsForResourceRequest
-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Returns information about the tags applied to this resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
rebootDbNode
default RebootDbNodeResponse rebootDbNode(RebootDbNodeRequest rebootDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Reboots the specified DB node in a VM cluster.
- Parameters:
rebootDbNodeRequest
-- Returns:
- Result of the RebootDbNode operation returned by the service.
- See Also:
-
rebootDbNode
default RebootDbNodeResponse rebootDbNode(Consumer<RebootDbNodeRequest.Builder> rebootDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Reboots the specified DB node in a VM cluster.
This is a convenience which creates an instance of the
RebootDbNodeRequest.Builder
avoiding the need to create one manually viaRebootDbNodeRequest.builder()
- Parameters:
rebootDbNodeRequest
- AConsumer
that will call methods onRebootDbNodeRequest.Builder
to create a request.- Returns:
- Result of the RebootDbNode operation returned by the service.
- See Also:
-
startDbNode
default StartDbNodeResponse startDbNode(StartDbNodeRequest startDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Starts the specified DB node in a VM cluster.
- Parameters:
startDbNodeRequest
-- Returns:
- Result of the StartDbNode operation returned by the service.
- See Also:
-
startDbNode
default StartDbNodeResponse startDbNode(Consumer<StartDbNodeRequest.Builder> startDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Starts the specified DB node in a VM cluster.
This is a convenience which creates an instance of the
StartDbNodeRequest.Builder
avoiding the need to create one manually viaStartDbNodeRequest.builder()
- Parameters:
startDbNodeRequest
- AConsumer
that will call methods onStartDbNodeRequest.Builder
to create a request.- Returns:
- Result of the StartDbNode operation returned by the service.
- See Also:
-
stopDbNode
default StopDbNodeResponse stopDbNode(StopDbNodeRequest stopDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Stops the specified DB node in a VM cluster.
- Parameters:
stopDbNodeRequest
-- Returns:
- Result of the StopDbNode operation returned by the service.
- See Also:
-
stopDbNode
default StopDbNodeResponse stopDbNode(Consumer<StopDbNodeRequest.Builder> stopDbNodeRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Stops the specified DB node in a VM cluster.
This is a convenience which creates an instance of the
StopDbNodeRequest.Builder
avoiding the need to create one manually viaStopDbNodeRequest.builder()
- Parameters:
stopDbNodeRequest
- AConsumer
that will call methods onStopDbNodeRequest.Builder
to create a request.- Returns:
- Result of the StopDbNode operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ServiceQuotaExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Applies tags to the specified resource.
- Parameters:
tagResourceRequest
-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ServiceQuotaExceededException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Applies tags to the specified resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Removes tags from the specified resource.
- Parameters:
untagResourceRequest
-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Removes tags from the specified resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateCloudExadataInfrastructure
default UpdateCloudExadataInfrastructureResponse updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest updateCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Updates the properties of an Exadata infrastructure resource.
- Parameters:
updateCloudExadataInfrastructureRequest
-- Returns:
- Result of the UpdateCloudExadataInfrastructure operation returned by the service.
- See Also:
-
updateCloudExadataInfrastructure
default UpdateCloudExadataInfrastructureResponse updateCloudExadataInfrastructure(Consumer<UpdateCloudExadataInfrastructureRequest.Builder> updateCloudExadataInfrastructureRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Updates the properties of an Exadata infrastructure resource.
This is a convenience which creates an instance of the
UpdateCloudExadataInfrastructureRequest.Builder
avoiding the need to create one manually viaUpdateCloudExadataInfrastructureRequest.builder()
- Parameters:
updateCloudExadataInfrastructureRequest
- AConsumer
that will call methods onUpdateCloudExadataInfrastructureRequest.Builder
to create a request.- Returns:
- Result of the UpdateCloudExadataInfrastructure operation returned by the service.
- See Also:
-
updateOdbNetwork
default UpdateOdbNetworkResponse updateOdbNetwork(UpdateOdbNetworkRequest updateOdbNetworkRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Updates properties of a specified ODB network.
- Parameters:
updateOdbNetworkRequest
-- Returns:
- Result of the UpdateOdbNetwork operation returned by the service.
- See Also:
-
updateOdbNetwork
default UpdateOdbNetworkResponse updateOdbNetwork(Consumer<UpdateOdbNetworkRequest.Builder> updateOdbNetworkRequest) throws ThrottlingException, ValidationException, ConflictException, AccessDeniedException, InternalServerException, ResourceNotFoundException, AwsServiceException, SdkClientException, OdbException Updates properties of a specified ODB network.
This is a convenience which creates an instance of the
UpdateOdbNetworkRequest.Builder
avoiding the need to create one manually viaUpdateOdbNetworkRequest.builder()
- Parameters:
updateOdbNetworkRequest
- AConsumer
that will call methods onUpdateOdbNetworkRequest.Builder
to create a request.- Returns:
- Result of the UpdateOdbNetwork operation returned by the service.
- See Also:
-
create
Create aOdbClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aOdbClient
. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-