Uses of Class
com.oracle.bmc.analytics.requests.CreateVanityUrlRequest
-
Packages that use CreateVanityUrlRequest Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.requests -
-
Uses of CreateVanityUrlRequest in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics with parameters of type CreateVanityUrlRequest Modifier and Type Method Description CreateVanityUrlResponse
Analytics. createVanityUrl(CreateVanityUrlRequest request)
Allows specifying a custom host name to be used to access the analytics instance.Future<CreateVanityUrlResponse>
AnalyticsAsync. createVanityUrl(CreateVanityUrlRequest request, AsyncHandler<CreateVanityUrlRequest,CreateVanityUrlResponse> handler)
Allows specifying a custom host name to be used to access the analytics instance.Future<CreateVanityUrlResponse>
AnalyticsAsyncClient. createVanityUrl(CreateVanityUrlRequest request, AsyncHandler<CreateVanityUrlRequest,CreateVanityUrlResponse> handler)
CreateVanityUrlResponse
AnalyticsClient. createVanityUrl(CreateVanityUrlRequest request)
Method parameters in com.oracle.bmc.analytics with type arguments of type CreateVanityUrlRequest Modifier and Type Method Description Future<CreateVanityUrlResponse>
AnalyticsAsync. createVanityUrl(CreateVanityUrlRequest request, AsyncHandler<CreateVanityUrlRequest,CreateVanityUrlResponse> handler)
Allows specifying a custom host name to be used to access the analytics instance.Future<CreateVanityUrlResponse>
AnalyticsAsyncClient. createVanityUrl(CreateVanityUrlRequest request, AsyncHandler<CreateVanityUrlRequest,CreateVanityUrlResponse> handler)
-
Uses of CreateVanityUrlRequest in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return CreateVanityUrlRequest Modifier and Type Method Description CreateVanityUrlRequest
CreateVanityUrlRequest.Builder. build()
Build the instance of CreateVanityUrlRequest as configured by this builderCreateVanityUrlRequest
CreateVanityUrlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateVanityUrlRequest as configured by this builderMethods in com.oracle.bmc.analytics.requests with parameters of type CreateVanityUrlRequest Modifier and Type Method Description CreateVanityUrlRequest.Builder
CreateVanityUrlRequest.Builder. copy(CreateVanityUrlRequest o)
Copy method to populate the builder with values from the given instance.
-