Uses of Class
com.oracle.bmc.identitydataplane.model.ThinAuthorizationResponse
- 
Packages that use ThinAuthorizationResponse Package Description com.oracle.bmc.identitydataplane.model 
- 
- 
Uses of ThinAuthorizationResponse in com.oracle.bmc.identitydataplane.modelMethods in com.oracle.bmc.identitydataplane.model that return ThinAuthorizationResponse Modifier and Type Method Description ThinAuthorizationResponseThinAuthorizationResponse.Builder. build()Methods in com.oracle.bmc.identitydataplane.model that return types with arguments of type ThinAuthorizationResponse Modifier and Type Method Description List<ThinAuthorizationResponse>ThinAssociationAuthorizationResponse. getResponses()The authorization responses.Methods in com.oracle.bmc.identitydataplane.model with parameters of type ThinAuthorizationResponse Modifier and Type Method Description ThinAuthorizationResponse.BuilderThinAuthorizationResponse.Builder. copy(ThinAuthorizationResponse model)Method parameters in com.oracle.bmc.identitydataplane.model with type arguments of type ThinAuthorizationResponse Modifier and Type Method Description ThinAssociationAuthorizationResponse.BuilderThinAssociationAuthorizationResponse.Builder. responses(List<ThinAuthorizationResponse> responses)The authorization responses.Constructor parameters in com.oracle.bmc.identitydataplane.model with type arguments of type ThinAuthorizationResponse Constructor Description ThinAssociationAuthorizationResponse(List<ThinAuthorizationResponse> responses, ThinAssociationAuthorizationResponse.AssociationResult associationResult, String decisionCacheDuration)Deprecated.
 
-