Uses of Class
com.oracle.bmc.analytics.responses.CreateVanityUrlResponse
-
Packages that use CreateVanityUrlResponse Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.responses -
-
Uses of CreateVanityUrlResponse in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics that return CreateVanityUrlResponse Modifier and Type Method Description CreateVanityUrlResponse
Analytics. createVanityUrl(CreateVanityUrlRequest request)
Allows specifying a custom host name to be used to access the analytics instance.CreateVanityUrlResponse
AnalyticsClient. createVanityUrl(CreateVanityUrlRequest request)
Methods in com.oracle.bmc.analytics that return types with arguments of type CreateVanityUrlResponse 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)
Method parameters in com.oracle.bmc.analytics with type arguments of type CreateVanityUrlResponse 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 CreateVanityUrlResponse in com.oracle.bmc.analytics.responses
Methods in com.oracle.bmc.analytics.responses that return CreateVanityUrlResponse Modifier and Type Method Description CreateVanityUrlResponse
CreateVanityUrlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.analytics.responses with parameters of type CreateVanityUrlResponse Modifier and Type Method Description CreateVanityUrlResponse.Builder
CreateVanityUrlResponse.Builder. copy(CreateVanityUrlResponse o)
Copy method to populate the builder with values from the given instance.
-