Uses of Class
com.oracle.bmc.identitydomains.requests.PutMappedAttributeRequest
-
Packages that use PutMappedAttributeRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutMappedAttributeRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutMappedAttributeRequest Modifier and Type Method Description PutMappedAttributeResponseIdentityDomains. putMappedAttribute(PutMappedAttributeRequest request)Replace a Mapped AttributeFuture<PutMappedAttributeResponse>IdentityDomainsAsync. putMappedAttribute(PutMappedAttributeRequest request, AsyncHandler<PutMappedAttributeRequest,PutMappedAttributeResponse> handler)Replace a Mapped AttributeFuture<PutMappedAttributeResponse>IdentityDomainsAsyncClient. putMappedAttribute(PutMappedAttributeRequest request, AsyncHandler<PutMappedAttributeRequest,PutMappedAttributeResponse> handler)PutMappedAttributeResponseIdentityDomainsClient. putMappedAttribute(PutMappedAttributeRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutMappedAttributeRequest Modifier and Type Method Description Future<PutMappedAttributeResponse>IdentityDomainsAsync. putMappedAttribute(PutMappedAttributeRequest request, AsyncHandler<PutMappedAttributeRequest,PutMappedAttributeResponse> handler)Replace a Mapped AttributeFuture<PutMappedAttributeResponse>IdentityDomainsAsyncClient. putMappedAttribute(PutMappedAttributeRequest request, AsyncHandler<PutMappedAttributeRequest,PutMappedAttributeResponse> handler) -
Uses of PutMappedAttributeRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutMappedAttributeRequest Modifier and Type Method Description PutMappedAttributeRequestPutMappedAttributeRequest.Builder. build()Build the instance of PutMappedAttributeRequest as configured by this builderPutMappedAttributeRequestPutMappedAttributeRequest.Builder. buildWithoutInvocationCallback()Build the instance of PutMappedAttributeRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutMappedAttributeRequest Modifier and Type Method Description PutMappedAttributeRequest.BuilderPutMappedAttributeRequest.Builder. copy(PutMappedAttributeRequest o)Copy method to populate the builder with values from the given instance.
-