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