Uses of Class
com.oracle.bmc.analytics.requests.UpdateVanityUrlRequest
-
Packages that use UpdateVanityUrlRequest Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.requests -
-
Uses of UpdateVanityUrlRequest in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics with parameters of type UpdateVanityUrlRequest 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.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)
UpdateVanityUrlResponse
AnalyticsClient. updateVanityUrl(UpdateVanityUrlRequest request)
Method parameters in com.oracle.bmc.analytics with type arguments of type UpdateVanityUrlRequest 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 UpdateVanityUrlRequest in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return UpdateVanityUrlRequest Modifier and Type Method Description UpdateVanityUrlRequest
UpdateVanityUrlRequest.Builder. build()
Build the instance of UpdateVanityUrlRequest as configured by this builderUpdateVanityUrlRequest
UpdateVanityUrlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateVanityUrlRequest as configured by this builderMethods in com.oracle.bmc.analytics.requests with parameters of type UpdateVanityUrlRequest Modifier and Type Method Description UpdateVanityUrlRequest.Builder
UpdateVanityUrlRequest.Builder. copy(UpdateVanityUrlRequest o)
Copy method to populate the builder with values from the given instance.
-