Uses of Class
com.oracle.bmc.identity.responses.UpdateIdpGroupMappingResponse
-
Packages that use UpdateIdpGroupMappingResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdateIdpGroupMappingResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdateIdpGroupMappingResponse Modifier and Type Method Description UpdateIdpGroupMappingResponse
Identity. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request)
Deprecated. For more information, see Deprecated IAM Service APIs.UpdateIdpGroupMappingResponse
IdentityClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdateIdpGroupMappingResponse Modifier and Type Method Description Future<UpdateIdpGroupMappingResponse>
IdentityAsync. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<UpdateIdpGroupMappingResponse>
IdentityAsyncClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateIdpGroupMappingResponse Modifier and Type Method Description Future<UpdateIdpGroupMappingResponse>
IdentityAsync. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
Deprecated. For more information, see Deprecated IAM Service APIs.Future<UpdateIdpGroupMappingResponse>
IdentityAsyncClient. updateIdpGroupMapping(UpdateIdpGroupMappingRequest request, AsyncHandler<UpdateIdpGroupMappingRequest,UpdateIdpGroupMappingResponse> handler)
-
Uses of UpdateIdpGroupMappingResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdateIdpGroupMappingResponse Modifier and Type Method Description UpdateIdpGroupMappingResponse
UpdateIdpGroupMappingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateIdpGroupMappingResponse Modifier and Type Method Description UpdateIdpGroupMappingResponse.Builder
UpdateIdpGroupMappingResponse.Builder. copy(UpdateIdpGroupMappingResponse o)
Copy method to populate the builder with values from the given instance.
-