Uses of Class
com.oracle.bmc.database.model.ChangeCloudExadataInfrastructureSubscriptionDetails
-
Packages that use ChangeCloudExadataInfrastructureSubscriptionDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ChangeCloudExadataInfrastructureSubscriptionDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ChangeCloudExadataInfrastructureSubscriptionDetails Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionDetails
ChangeCloudExadataInfrastructureSubscriptionDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type ChangeCloudExadataInfrastructureSubscriptionDetails Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionDetails.Builder
ChangeCloudExadataInfrastructureSubscriptionDetails.Builder. copy(ChangeCloudExadataInfrastructureSubscriptionDetails model)
-
Uses of ChangeCloudExadataInfrastructureSubscriptionDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeCloudExadataInfrastructureSubscriptionDetails Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionDetails
ChangeCloudExadataInfrastructureSubscriptionRequest. getBody$()
Alternative accessor for the body parameter.ChangeCloudExadataInfrastructureSubscriptionDetails
ChangeCloudExadataInfrastructureSubscriptionRequest. getChangeCloudExadataInfrastructureSubscriptionDetails()
Associate a cloud Exadata infrastructure with a different subscription.Methods in com.oracle.bmc.database.requests with parameters of type ChangeCloudExadataInfrastructureSubscriptionDetails Modifier and Type Method Description ChangeCloudExadataInfrastructureSubscriptionRequest.Builder
ChangeCloudExadataInfrastructureSubscriptionRequest.Builder. body$(ChangeCloudExadataInfrastructureSubscriptionDetails body)
Alternative setter for the body parameter.ChangeCloudExadataInfrastructureSubscriptionRequest.Builder
ChangeCloudExadataInfrastructureSubscriptionRequest.Builder. changeCloudExadataInfrastructureSubscriptionDetails(ChangeCloudExadataInfrastructureSubscriptionDetails changeCloudExadataInfrastructureSubscriptionDetails)
Associate a cloud Exadata infrastructure with a different subscription.
-