Interface BlockchainPlatform
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- BlockchainPlatformClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20191010") public interface BlockchainPlatform extends AutoCloseableBlockchain Platform Control Plane API This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeBlockchainPlatformCompartmentResponsechangeBlockchainPlatformCompartment(ChangeBlockchainPlatformCompartmentRequest request)Change Blockchain Platform CompartmentCreateBlockchainPlatformResponsecreateBlockchainPlatform(CreateBlockchainPlatformRequest request)Creates a new Blockchain Platform.CreateOsnResponsecreateOsn(CreateOsnRequest request)Create Blockchain Platform OsnCreatePeerResponsecreatePeer(CreatePeerRequest request)Create Blockchain Platform PeerDeleteBlockchainPlatformResponsedeleteBlockchainPlatform(DeleteBlockchainPlatformRequest request)Delete a particular of a Blockchain PlatformDeleteOsnResponsedeleteOsn(DeleteOsnRequest request)Delete a particular OSN of a Blockchain PlatformDeletePeerResponsedeletePeer(DeletePeerRequest request)Delete a particular peer of a Blockchain PlatformDeleteWorkRequestResponsedeleteWorkRequest(DeleteWorkRequestRequest request)Attempts to cancel the work request with the given ID.GetBlockchainPlatformResponsegetBlockchainPlatform(GetBlockchainPlatformRequest request)Gets information about a Blockchain Platform identified by the specific idStringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetOsnResponsegetOsn(GetOsnRequest request)Gets information about an OSN identified by the specific idBlockchainPlatformPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetPeerResponsegetPeer(GetPeerRequest request)Gets information about a peer identified by the specific idBlockchainPlatformWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the status of the work request with the given ID.ListBlockchainPlatformPatchesResponselistBlockchainPlatformPatches(ListBlockchainPlatformPatchesRequest request)List Blockchain Platform PatchesListBlockchainPlatformsResponselistBlockchainPlatforms(ListBlockchainPlatformsRequest request)Returns a list Blockchain Platform Instances in a compartmentListOsnsResponselistOsns(ListOsnsRequest request)List Blockchain Platform OSNsListPeersResponselistPeers(ListPeersRequest request)List Blockchain Platform PeersListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Return a (paginated) list of logs for a given work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.PreviewScaleBlockchainPlatformResponsepreviewScaleBlockchainPlatform(PreviewScaleBlockchainPlatformRequest request)Preview Scale Blockchain PlatformvoidrefreshClient()Rebuilds the client from scratch.ScaleBlockchainPlatformResponsescaleBlockchainPlatform(ScaleBlockchainPlatformRequest request)Scale Blockchain PlatformvoidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StartBlockchainPlatformResponsestartBlockchainPlatform(StartBlockchainPlatformRequest request)Start a Blockchain PlatformStopBlockchainPlatformResponsestopBlockchainPlatform(StopBlockchainPlatformRequest request)Stop a Blockchain PlatformUpdateBlockchainPlatformResponseupdateBlockchainPlatform(UpdateBlockchainPlatformRequest request)Update a particular of a Blockchain PlatformUpdateOsnResponseupdateOsn(UpdateOsnRequest request)Update Blockchain Platform OSNUpdatePeerResponseupdatePeer(UpdatePeerRequest request)Update Blockchain Platform PeerUpgradeBlockchainPlatformResponseupgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request)Upgrade a Blockchain Platform versionvoiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeBlockchainPlatformCompartmentChangeBlockchainPlatformCompartmentResponse changeBlockchainPlatformCompartment(ChangeBlockchainPlatformCompartmentRequest request) Change Blockchain Platform Compartment- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ChangeBlockchainPlatformCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeBlockchainPlatformCompartment API. 
 
 - 
createBlockchainPlatformCreateBlockchainPlatformResponse createBlockchainPlatform(CreateBlockchainPlatformRequest request) Creates a new Blockchain Platform.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/CreateBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBlockchainPlatform API. 
 
 - 
createOsnCreateOsnResponse createOsn(CreateOsnRequest request) Create Blockchain Platform Osn- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/CreateOsnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOsn API. 
 
 - 
createPeerCreatePeerResponse createPeer(CreatePeerRequest request) Create Blockchain Platform Peer- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/CreatePeerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePeer API. 
 
 - 
deleteBlockchainPlatformDeleteBlockchainPlatformResponse deleteBlockchainPlatform(DeleteBlockchainPlatformRequest request) Delete a particular of a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/DeleteBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBlockchainPlatform API. 
 
 - 
deleteOsnDeleteOsnResponse deleteOsn(DeleteOsnRequest request) Delete a particular OSN of a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/DeleteOsnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOsn API. 
 
 - 
deletePeerDeletePeerResponse deletePeer(DeletePeerRequest request) Delete a particular peer of a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/DeletePeerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePeer API. 
 
 - 
deleteWorkRequestDeleteWorkRequestResponse deleteWorkRequest(DeleteWorkRequestRequest request) Attempts to cancel the work request with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/DeleteWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWorkRequest API. 
 
 - 
getBlockchainPlatformGetBlockchainPlatformResponse getBlockchainPlatform(GetBlockchainPlatformRequest request) Gets information about a Blockchain Platform identified by the specific id- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/GetBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBlockchainPlatform API. 
 
 - 
getOsnGetOsnResponse getOsn(GetOsnRequest request) Gets information about an OSN identified by the specific id- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/GetOsnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOsn API. 
 
 - 
getPeerGetPeerResponse getPeer(GetPeerRequest request) Gets information about a peer identified by the specific id- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/GetPeerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPeer API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the status of the work request with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
listBlockchainPlatformPatchesListBlockchainPlatformPatchesResponse listBlockchainPlatformPatches(ListBlockchainPlatformPatchesRequest request) List Blockchain Platform Patches- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListBlockchainPlatformPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBlockchainPlatformPatches API. 
 
 - 
listBlockchainPlatformsListBlockchainPlatformsResponse listBlockchainPlatforms(ListBlockchainPlatformsRequest request) Returns a list Blockchain Platform Instances in a compartment- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListBlockchainPlatformsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBlockchainPlatforms API. 
 
 - 
listOsnsListOsnsResponse listOsns(ListOsnsRequest request) List Blockchain Platform OSNs- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListOsnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOsns API. 
 
 - 
listPeersListPeersResponse listPeers(ListPeersRequest request) List Blockchain Platform Peers- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListPeersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPeers API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Return a (paginated) list of logs for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
previewScaleBlockchainPlatformPreviewScaleBlockchainPlatformResponse previewScaleBlockchainPlatform(PreviewScaleBlockchainPlatformRequest request) Preview Scale Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/PreviewScaleBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PreviewScaleBlockchainPlatform API. 
 
 - 
scaleBlockchainPlatformScaleBlockchainPlatformResponse scaleBlockchainPlatform(ScaleBlockchainPlatformRequest request) Scale Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/ScaleBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScaleBlockchainPlatform API. 
 
 - 
startBlockchainPlatformStartBlockchainPlatformResponse startBlockchainPlatform(StartBlockchainPlatformRequest request) Start a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/StartBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartBlockchainPlatform API. 
 
 - 
stopBlockchainPlatformStopBlockchainPlatformResponse stopBlockchainPlatform(StopBlockchainPlatformRequest request) Stop a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/StopBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopBlockchainPlatform API. 
 
 - 
updateBlockchainPlatformUpdateBlockchainPlatformResponse updateBlockchainPlatform(UpdateBlockchainPlatformRequest request) Update a particular of a Blockchain Platform- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/UpdateBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBlockchainPlatform API. 
 
 - 
updateOsnUpdateOsnResponse updateOsn(UpdateOsnRequest request) Update Blockchain Platform OSN- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/UpdateOsnExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOsn API. 
 
 - 
updatePeerUpdatePeerResponse updatePeer(UpdatePeerRequest request) Update Blockchain Platform Peer- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/UpdatePeerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePeer API. 
 
 - 
upgradeBlockchainPlatformUpgradeBlockchainPlatformResponse upgradeBlockchainPlatform(UpgradeBlockchainPlatformRequest request) Upgrade a Blockchain Platform version- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/blockchain/UpgradeBlockchainPlatformExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpgradeBlockchainPlatform API. 
 
 - 
getWaitersBlockchainPlatformWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsBlockchainPlatformPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-