Uses of Class
com.oracle.bmc.identitydomains.requests.PatchAppRoleRequest
-
Packages that use PatchAppRoleRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchAppRoleRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchAppRoleRequest Modifier and Type Method Description PatchAppRoleResponse
IdentityDomains. patchAppRole(PatchAppRoleRequest request)
Update an AppRoleFuture<PatchAppRoleResponse>
IdentityDomainsAsync. patchAppRole(PatchAppRoleRequest request, AsyncHandler<PatchAppRoleRequest,PatchAppRoleResponse> handler)
Update an AppRoleFuture<PatchAppRoleResponse>
IdentityDomainsAsyncClient. patchAppRole(PatchAppRoleRequest request, AsyncHandler<PatchAppRoleRequest,PatchAppRoleResponse> handler)
PatchAppRoleResponse
IdentityDomainsClient. patchAppRole(PatchAppRoleRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchAppRoleRequest 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 PatchAppRoleRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchAppRoleRequest Modifier and Type Method Description PatchAppRoleRequest
PatchAppRoleRequest.Builder. build()
Build the instance of PatchAppRoleRequest as configured by this builderPatchAppRoleRequest
PatchAppRoleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchAppRoleRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchAppRoleRequest Modifier and Type Method Description PatchAppRoleRequest.Builder
PatchAppRoleRequest.Builder. copy(PatchAppRoleRequest o)
Copy method to populate the builder with values from the given instance.
-