Uses of Class
com.oracle.bmc.identitydomains.responses.PatchAppResponse
-
Packages that use PatchAppResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchAppResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchAppResponse Modifier and Type Method Description PatchAppResponse
IdentityDomains. patchApp(PatchAppRequest request)
Update an AppPatchAppResponse
IdentityDomainsClient. patchApp(PatchAppRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchAppResponse Modifier and Type Method Description Future<PatchAppResponse>
IdentityDomainsAsync. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
Update an AppFuture<PatchAppResponse>
IdentityDomainsAsyncClient. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchAppResponse Modifier and Type Method Description Future<PatchAppResponse>
IdentityDomainsAsync. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
Update an AppFuture<PatchAppResponse>
IdentityDomainsAsyncClient. patchApp(PatchAppRequest request, AsyncHandler<PatchAppRequest,PatchAppResponse> handler)
-
Uses of PatchAppResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchAppResponse Modifier and Type Method Description PatchAppResponse
PatchAppResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchAppResponse Modifier and Type Method Description PatchAppResponse.Builder
PatchAppResponse.Builder. copy(PatchAppResponse o)
Copy method to populate the builder with values from the given instance.
-