Uses of Class
com.oracle.bmc.identitydomains.requests.PatchMappedAttributeRequest
-
Packages that use PatchMappedAttributeRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchMappedAttributeRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchMappedAttributeRequest Modifier and Type Method Description PatchMappedAttributeResponseIdentityDomains. patchMappedAttribute(PatchMappedAttributeRequest request)Update a Mapped AttributeFuture<PatchMappedAttributeResponse>IdentityDomainsAsync. patchMappedAttribute(PatchMappedAttributeRequest request, AsyncHandler<PatchMappedAttributeRequest,PatchMappedAttributeResponse> handler)Update a Mapped AttributeFuture<PatchMappedAttributeResponse>IdentityDomainsAsyncClient. patchMappedAttribute(PatchMappedAttributeRequest request, AsyncHandler<PatchMappedAttributeRequest,PatchMappedAttributeResponse> handler)PatchMappedAttributeResponseIdentityDomainsClient. patchMappedAttribute(PatchMappedAttributeRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMappedAttributeRequest Modifier and Type Method Description Future<PatchMappedAttributeResponse>IdentityDomainsAsync. patchMappedAttribute(PatchMappedAttributeRequest request, AsyncHandler<PatchMappedAttributeRequest,PatchMappedAttributeResponse> handler)Update a Mapped AttributeFuture<PatchMappedAttributeResponse>IdentityDomainsAsyncClient. patchMappedAttribute(PatchMappedAttributeRequest request, AsyncHandler<PatchMappedAttributeRequest,PatchMappedAttributeResponse> handler) -
Uses of PatchMappedAttributeRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchMappedAttributeRequest Modifier and Type Method Description PatchMappedAttributeRequestPatchMappedAttributeRequest.Builder. build()Build the instance of PatchMappedAttributeRequest as configured by this builderPatchMappedAttributeRequestPatchMappedAttributeRequest.Builder. buildWithoutInvocationCallback()Build the instance of PatchMappedAttributeRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchMappedAttributeRequest Modifier and Type Method Description PatchMappedAttributeRequest.BuilderPatchMappedAttributeRequest.Builder. copy(PatchMappedAttributeRequest o)Copy method to populate the builder with values from the given instance.
-