Quick Start
-
Initialize a BccClient instance.
A BccClient is a client that interacts with the BCC service, and all BCC operations in the BCC Java SDK are executed through the BccClient. Users can refer to {Create BccClient to complete the client initialization process.
-
Create an instance.
BCC instances are cloud server operation instances on Baidu AI Cloud. Users can refer to [Create Instance](BCC/Java-SDK/BCC instance.md#Create instance) to complete the instance creation process.
-
Release an instance.
For expired BCC instances or postpaid BCC instances, users can manually release them by referring to [Release Instance](BCC/Java-SDK/BCC instance.md#Release an instance).
-
Query instance list
After creating a BCC instance, users can refer to [Query Instance List](BCC/Java-SDK/BCC instance.md#Query instance list) to view all BCC instances.
-
View instance details.
After creating a BCC instance, users can refer to [Query Instance Details](BCC/Java-SDK/BCC instance.md#Query instance details) to view all BCC instances.
