Uses of Class
com.oracle.bmc.analytics.responses.UpdateVanityUrlResponse
-
Packages that use UpdateVanityUrlResponse Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.responses -
-
Uses of UpdateVanityUrlResponse in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics that return UpdateVanityUrlResponse Modifier and Type Method Description UpdateVanityUrlResponse
Analytics. updateVanityUrl(UpdateVanityUrlRequest request)
Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.UpdateVanityUrlResponse
AnalyticsClient. updateVanityUrl(UpdateVanityUrlRequest request)
Methods in com.oracle.bmc.analytics that return types with arguments of type UpdateVanityUrlResponse Modifier and Type Method Description Future<UpdateVanityUrlResponse>
AnalyticsAsync. updateVanityUrl(UpdateVanityUrlRequest request, AsyncHandler<UpdateVanityUrlRequest,UpdateVanityUrlResponse> handler)
Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.Future<UpdateVanityUrlResponse>
AnalyticsAsyncClient. updateVanityUrl(UpdateVanityUrlRequest request, AsyncHandler<UpdateVanityUrlRequest,UpdateVanityUrlResponse> handler)
Method parameters in com.oracle.bmc.analytics with type arguments of type UpdateVanityUrlResponse Modifier and Type Method Description Future<UpdateVanityUrlResponse>
AnalyticsAsync. updateVanityUrl(UpdateVanityUrlRequest request, AsyncHandler<UpdateVanityUrlRequest,UpdateVanityUrlResponse> handler)
Allows uploading a new certificate for a vanity url, which will have to be done when the current certificate is expiring.Future<UpdateVanityUrlResponse>
AnalyticsAsyncClient. updateVanityUrl(UpdateVanityUrlRequest request, AsyncHandler<UpdateVanityUrlRequest,UpdateVanityUrlResponse> handler)
-
Uses of UpdateVanityUrlResponse in com.oracle.bmc.analytics.responses
Methods in com.oracle.bmc.analytics.responses that return UpdateVanityUrlResponse Modifier and Type Method Description UpdateVanityUrlResponse
UpdateVanityUrlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.analytics.responses with parameters of type UpdateVanityUrlResponse Modifier and Type Method Description UpdateVanityUrlResponse.Builder
UpdateVanityUrlResponse.Builder. copy(UpdateVanityUrlResponse o)
Copy method to populate the builder with values from the given instance.
-