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 UpdateVanityUrlResponseAnalytics. updateVanityUrl(UpdateVanityUrlRequest request)Uploads a new certificate for a vanity URL.UpdateVanityUrlResponseAnalyticsClient. 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)Uploads a new certificate for a vanity URL.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)Uploads a new certificate for a vanity URL.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 UpdateVanityUrlResponseUpdateVanityUrlResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.analytics.responses with parameters of type UpdateVanityUrlResponse Modifier and Type Method Description UpdateVanityUrlResponse.BuilderUpdateVanityUrlResponse.Builder. copy(UpdateVanityUrlResponse o)Copy method to populate the builder with values from the given instance.
-