Uses of Class
com.oracle.bmc.identity.requests.CreateIdpGroupMappingRequest
-
Packages that use CreateIdpGroupMappingRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateIdpGroupMappingRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateIdpGroupMappingRequest Modifier and Type Method Description CreateIdpGroupMappingResponse
Identity. createIdpGroupMapping(CreateIdpGroupMappingRequest request)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<CreateIdpGroupMappingResponse>
IdentityAsync. createIdpGroupMapping(CreateIdpGroupMappingRequest request, AsyncHandler<CreateIdpGroupMappingRequest,CreateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<CreateIdpGroupMappingResponse>
IdentityAsyncClient. createIdpGroupMapping(CreateIdpGroupMappingRequest request, AsyncHandler<CreateIdpGroupMappingRequest,CreateIdpGroupMappingResponse> handler)
CreateIdpGroupMappingResponse
IdentityClient. createIdpGroupMapping(CreateIdpGroupMappingRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateIdpGroupMappingRequest Modifier and Type Method Description Future<CreateIdpGroupMappingResponse>
IdentityAsync. createIdpGroupMapping(CreateIdpGroupMappingRequest request, AsyncHandler<CreateIdpGroupMappingRequest,CreateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<CreateIdpGroupMappingResponse>
IdentityAsyncClient. createIdpGroupMapping(CreateIdpGroupMappingRequest request, AsyncHandler<CreateIdpGroupMappingRequest,CreateIdpGroupMappingResponse> handler)
-
Uses of CreateIdpGroupMappingRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateIdpGroupMappingRequest Modifier and Type Method Description CreateIdpGroupMappingRequest
CreateIdpGroupMappingRequest.Builder. build()
Build the instance of CreateIdpGroupMappingRequest as configured by this builderCreateIdpGroupMappingRequest
CreateIdpGroupMappingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIdpGroupMappingRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateIdpGroupMappingRequest Modifier and Type Method Description CreateIdpGroupMappingRequest.Builder
CreateIdpGroupMappingRequest.Builder. copy(CreateIdpGroupMappingRequest o)
Copy method to populate the builder with values from the given instance.
-