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