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.model
Methods in com.oracle.bmc.identitydataplane.model that return ThinAuthorizationResponse Modifier and Type Method Description ThinAuthorizationResponse
ThinAuthorizationResponse.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.Builder
ThinAuthorizationResponse.Builder. copy(ThinAuthorizationResponse model)
Method parameters in com.oracle.bmc.identitydataplane.model with type arguments of type ThinAuthorizationResponse Modifier and Type Method Description ThinAssociationAuthorizationResponse.Builder
ThinAssociationAuthorizationResponse.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.
-