Uses of Class
com.oracle.bmc.identitydomains.requests.PutAppRequest
-
Packages that use PutAppRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutAppRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutAppRequest Modifier and Type Method Description PutAppResponse
IdentityDomains. putApp(PutAppRequest request)
Replace an AppFuture<PutAppResponse>
IdentityDomainsAsync. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
Replace an AppFuture<PutAppResponse>
IdentityDomainsAsyncClient. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
PutAppResponse
IdentityDomainsClient. putApp(PutAppRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutAppRequest Modifier and Type Method Description Future<PutAppResponse>
IdentityDomainsAsync. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
Replace an AppFuture<PutAppResponse>
IdentityDomainsAsyncClient. putApp(PutAppRequest request, AsyncHandler<PutAppRequest,PutAppResponse> handler)
-
Uses of PutAppRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutAppRequest Modifier and Type Method Description PutAppRequest
PutAppRequest.Builder. build()
Build the instance of PutAppRequest as configured by this builderPutAppRequest
PutAppRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutAppRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutAppRequest Modifier and Type Method Description PutAppRequest.Builder
PutAppRequest.Builder. copy(PutAppRequest o)
Copy method to populate the builder with values from the given instance.
-