Uses of Class
com.oracle.bmc.identity.responses.CreateIdpGroupMappingResponse
-
Packages that use CreateIdpGroupMappingResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateIdpGroupMappingResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateIdpGroupMappingResponse Modifier and Type Method Description CreateIdpGroupMappingResponse
Identity. createIdpGroupMapping(CreateIdpGroupMappingRequest request)
Deprecated. For more information, see Deprecated IAM Service APIs.CreateIdpGroupMappingResponse
IdentityClient. createIdpGroupMapping(CreateIdpGroupMappingRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateIdpGroupMappingResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateIdpGroupMappingResponse 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 CreateIdpGroupMappingResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateIdpGroupMappingResponse Modifier and Type Method Description CreateIdpGroupMappingResponse
CreateIdpGroupMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateIdpGroupMappingResponse Modifier and Type Method Description CreateIdpGroupMappingResponse.Builder
CreateIdpGroupMappingResponse.Builder. copy(CreateIdpGroupMappingResponse o)
Copy method to populate the builder with values from the given instance.
-