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