Uses of Class
com.oracle.bmc.identitydomains.model.IdentityPropagationTrust
-
Packages that use IdentityPropagationTrust Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of IdentityPropagationTrust in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentityPropagationTrust Modifier and Type Method Description IdentityPropagationTrustIdentityPropagationTrust.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type IdentityPropagationTrust Modifier and Type Method Description List<IdentityPropagationTrust>IdentityPropagationTrusts. getResources()A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentityPropagationTrust Modifier and Type Method Description IdentityPropagationTrust.BuilderIdentityPropagationTrust.Builder. copy(IdentityPropagationTrust model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type IdentityPropagationTrust Modifier and Type Method Description IdentityPropagationTrusts.BuilderIdentityPropagationTrusts.Builder. resources(List<IdentityPropagationTrust> resources)A multi-valued list of complex objects containing the requested resources. -
Uses of IdentityPropagationTrust in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return IdentityPropagationTrust Modifier and Type Method Description IdentityPropagationTrustCreateIdentityPropagationTrustRequest. getBody$()Alternative accessor for the body parameter.IdentityPropagationTrustPutIdentityPropagationTrustRequest. getBody$()Alternative accessor for the body parameter.IdentityPropagationTrustCreateIdentityPropagationTrustRequest. getIdentityPropagationTrust()IdentityPropagationTrust schema.IdentityPropagationTrustPutIdentityPropagationTrustRequest. getIdentityPropagationTrust()Replace the current instance of IdentityPropagationTrust with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type IdentityPropagationTrust Modifier and Type Method Description CreateIdentityPropagationTrustRequest.BuilderCreateIdentityPropagationTrustRequest.Builder. body$(IdentityPropagationTrust body)Alternative setter for the body parameter.PutIdentityPropagationTrustRequest.BuilderPutIdentityPropagationTrustRequest.Builder. body$(IdentityPropagationTrust body)Alternative setter for the body parameter.CreateIdentityPropagationTrustRequest.BuilderCreateIdentityPropagationTrustRequest.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)IdentityPropagationTrust schema.PutIdentityPropagationTrustRequest.BuilderPutIdentityPropagationTrustRequest.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)Replace the current instance of IdentityPropagationTrust with provided payload. -
Uses of IdentityPropagationTrust in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return IdentityPropagationTrust Modifier and Type Method Description IdentityPropagationTrustCreateIdentityPropagationTrustResponse. getIdentityPropagationTrust()The returned IdentityPropagationTrust instance.IdentityPropagationTrustGetIdentityPropagationTrustResponse. getIdentityPropagationTrust()The returned IdentityPropagationTrust instance.IdentityPropagationTrustPatchIdentityPropagationTrustResponse. getIdentityPropagationTrust()The returned IdentityPropagationTrust instance.IdentityPropagationTrustPutIdentityPropagationTrustResponse. getIdentityPropagationTrust()The returned IdentityPropagationTrust instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type IdentityPropagationTrust Modifier and Type Method Description CreateIdentityPropagationTrustResponse.BuilderCreateIdentityPropagationTrustResponse.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)The returned IdentityPropagationTrust instance.GetIdentityPropagationTrustResponse.BuilderGetIdentityPropagationTrustResponse.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)The returned IdentityPropagationTrust instance.PatchIdentityPropagationTrustResponse.BuilderPatchIdentityPropagationTrustResponse.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)The returned IdentityPropagationTrust instance.PutIdentityPropagationTrustResponse.BuilderPutIdentityPropagationTrustResponse.Builder. identityPropagationTrust(IdentityPropagationTrust identityPropagationTrust)The returned IdentityPropagationTrust instance.
-