Uses of Class
com.oracle.bmc.fusionapps.requests.GetVanityDomainRequest
-
Packages that use GetVanityDomainRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of GetVanityDomainRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return types with arguments of type GetVanityDomainRequest Modifier and Type Method Description Waiter<GetVanityDomainRequest,GetVanityDomainResponse>FusionApplicationsWaiters. forVanityDomain(GetVanityDomainRequest request, VanityDomain.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetVanityDomainRequest,GetVanityDomainResponse>FusionApplicationsWaiters. forVanityDomain(GetVanityDomainRequest request, VanityDomain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVanityDomainRequest,GetVanityDomainResponse>FusionApplicationsWaiters. forVanityDomain(GetVanityDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VanityDomain.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetVanityDomainRequest Modifier and Type Method Description Future<GetVanityDomainResponse>FusionApplicationsAsync. getVanityDomain(GetVanityDomainRequest request, AsyncHandler<GetVanityDomainRequest,GetVanityDomainResponse> handler)Gets a VanityDomainFuture<GetVanityDomainResponse>FusionApplicationsAsyncClient. getVanityDomain(GetVanityDomainRequest request, AsyncHandler<GetVanityDomainRequest,GetVanityDomainResponse> handler) -
Uses of GetVanityDomainRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return GetVanityDomainRequest Modifier and Type Method Description GetVanityDomainRequestGetVanityDomainRequest.Builder. build()Build the instance of GetVanityDomainRequest as configured by this builderGetVanityDomainRequestGetVanityDomainRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetVanityDomainRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type GetVanityDomainRequest Modifier and Type Method Description GetVanityDomainRequest.BuilderGetVanityDomainRequest.Builder. copy(GetVanityDomainRequest o)Copy method to populate the builder with values from the given instance.
-